#E086C3

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

Shades of Tea Rose #E086C3

Tints of Tea Rose #E086C3

Color information

#E086C3 (or 0xE086C3) is unknown color: approx Tea Rose. HEX triplet: E0, 86 and C3. RGB value is (224,134,195). Sum of RGB (Red+Green+Blue) = 224+134+195=553 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.51% from 553); Green value is 134 (52.73% from 255 or 24.23% from 553); Blue value is 195 (76.56% from 255 or 35.26% from 553); Max value from RGB is 224 - color contains mainly: red. Hex color #E086C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E086C3 is #1F793C. Grayscale: #A7A7A7. Windows color (decimal): -2062653 or 12814048. OLE color: 12814048.

HSL color Cylindrical-coordinate representation of color #E086C3: hue angle of 319.33º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E086C3 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB224134195-
CMYK00.400.130.12
HSL319.33º59.21%70.2%-
HSV(B)319.33º40.18%87.84%-
XYZ49.1236.8456.15-
YUV167.86143.32168.04-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.51%
GREEN value IS 134 (52.73% from 255) = 24.23%
BLUE value IS 195 (76.56% from 255) = 35.26%
R=40.51%
G=24.23%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413419500.400.130.12319.3359.2170.2
HexE086C3028DC13f3b46
Octal340206303050151447773106
Binary1110000010000110110000110101000110111001001111111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E086C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E086C3; }

 p { color: rgb(224,134,195); }

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

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

 a { background-color: rgb(224,134,195); }

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

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

 span { border-color: rgb(224,134,195); }

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