#EE8FD2

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

Shades of Tea Rose #EE8FD2

Tints of Tea Rose #EE8FD2

Color information

#EE8FD2 (or 0xEE8FD2) is unknown color: approx Tea Rose. HEX triplet: EE, 8F and D2. RGB value is (238,143,210). Sum of RGB (Red+Green+Blue) = 238+143+210=591 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.27% from 591); Green value is 143 (56.25% from 255 or 24.20% from 591); Blue value is 210 (82.42% from 255 or 35.53% from 591); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8FD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8FD2 is #11702D. Grayscale: #B2B2B2. Windows color (decimal): -1142830 or 13799406. OLE color: 13799406.

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

Color convert

RGB238143210-
CMYK00.400.120.07
HSL317.68º73.64%74.71%-
HSV(B)317.68º39.92%93.33%-
XYZ56.7242.4866.18-
YUV179.04145.47170.05-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.27%
GREEN value IS 143 (56.25% from 255) = 24.20%
BLUE value IS 210 (82.42% from 255) = 35.53%
R=40.27%
G=24.20%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814321000.400.120.07317.6873.6474.71
HexEE8FD2028C713e4a4b
Octal356217322050147476112113
Binary1110111010001111110100100101000110011110011111010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8FD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8FD2; }

 p { color: rgb(238,143,210); }

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

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

 a { background-color: rgb(238,143,210); }

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

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

 span { border-color: rgb(238,143,210); }

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