#EE8DC0

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

Shades of Tea Rose #EE8DC0

Tints of Tea Rose #EE8DC0

Color information

#EE8DC0 (or 0xEE8DC0) is unknown color: approx Tea Rose. HEX triplet: EE, 8D and C0. RGB value is (238,141,192). Sum of RGB (Red+Green+Blue) = 238+141+192=571 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.68% from 571); Green value is 141 (55.47% from 255 or 24.69% from 571); Blue value is 192 (75.39% from 255 or 33.63% from 571); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8DC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8DC0 is #11723F. Grayscale: #AFAFAF. Windows color (decimal): -1143360 or 12619246. OLE color: 12619246.

HSL color Cylindrical-coordinate representation of color #EE8DC0: hue angle of 328.45º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EE8DC0 is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB238141192-
CMYK00.410.190.07
HSL328.45º74.05%74.31%-
HSV(B)328.45º40.76%93.33%-
XYZ54.341.0354.93-
YUV175.82137.14172.35-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.68%
GREEN value IS 141 (55.47% from 255) = 24.69%
BLUE value IS 192 (75.39% from 255) = 33.63%
R=41.68%
G=24.69%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814119200.410.190.07328.4574.0574.31
HexEE8DC00291371484a4a
Octal356215300051237510112112
Binary11101110100011011100000001010011001111110100100010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8DC0; }

 p { color: rgb(238,141,192); }

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

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

 a { background-color: rgb(238,141,192); }

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

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

 span { border-color: rgb(238,141,192); }

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