#E885CE

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

Shades of Tea Rose #E885CE

Tints of Tea Rose #E885CE

Color information

#E885CE (or 0xE885CE) is unknown color: approx Tea Rose. HEX triplet: E8, 85 and CE. RGB value is (232,133,206). Sum of RGB (Red+Green+Blue) = 232+133+206=571 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.63% from 571); Green value is 133 (52.34% from 255 or 23.29% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 232 - color contains mainly: red. Hex color #E885CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E885CE is #177A31. Grayscale: #AAAAAA. Windows color (decimal): -1538610 or 13534696. OLE color: 13534696.

HSL color Cylindrical-coordinate representation of color #E885CE: hue angle of 315.76º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E885CE is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB232133206-
CMYK00.430.110.09
HSL315.76º68.28%71.57%-
HSV(B)315.76º42.67%90.98%-
XYZ52.8138.3963.02-
YUV170.92147.8171.56-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.63%
GREEN value IS 133 (52.34% from 255) = 23.29%
BLUE value IS 206 (80.86% from 255) = 36.08%
R=40.63%
G=23.29%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23213320600.430.110.09315.7668.2871.57
HexE885CE02BB913c4448
Octal3502053160531311474104110
Binary11101000100001011100111001010111011100110011110010001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E885CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E885CE; }

 p { color: rgb(232,133,206); }

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

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

 a { background-color: rgb(232,133,206); }

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

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

 span { border-color: rgb(232,133,206); }

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