#E280C3

Color #E280C3 Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #E280C3

Tints of Tea Rose #E280C3

Color information

#E280C3 (or 0xE280C3) is unknown color: approx Tea Rose. HEX triplet: E2, 80 and C3. RGB value is (226,128,195). Sum of RGB (Red+Green+Blue) = 226+128+195=549 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.17% from 549); Green value is 128 (50.39% from 255 or 23.32% from 549); Blue value is 195 (76.56% from 255 or 35.52% from 549); Max value from RGB is 226 - color contains mainly: red. Hex color #E280C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E280C3 is #1D7F3C. Grayscale: #A4A4A4. Windows color (decimal): -1933117 or 12812514. OLE color: 12812514.

HSL color Cylindrical-coordinate representation of color #E280C3: hue angle of 318.98º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E280C3 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB226128195-
CMYK00.430.140.11
HSL318.98º62.82%69.41%-
HSV(B)318.98º43.36%88.63%-
XYZ48.9335.5555.91-
YUV164.94144.97171.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 226 (88.67% from 255) = 41.17%
GREEN value IS 128 (50.39% from 255) = 23.32%
BLUE value IS 195 (76.56% from 255) = 35.52%
R=41.17%
G=23.32%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612819500.430.140.11318.9862.8269.41
HexE280C302BEB13f3f45
Octal342200303053161347777105
Binary1110001010000000110000110101011111010111001111111111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E280C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E280C3; }

 p { color: rgb(226,128,195); }

 H1.HeaderClassName
 {
   color: #E280C3;
 }
 .AnyTagClassName
 {
   color: #E280C3;
 }
</style>
background-color css

<style>
 a { background-color: #E280C3; }

 a { background-color: rgb(226,128,195); }

 div.DivClassName
 {
   background-color: #E280C3;
 }
 .BgClassName
 {
   background-color: #E280C3;
 }
</style>
border-color css

<style>
 span { border-color: #E280C3; }

 span { border-color: rgb(226,128,195); }

 td.TdClassName
 {
   border-color: #E280C3;
 }
 .TagClassName
 {
   border-color: #E280C3;
 }
</style>