#EE81CE

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

Shades of Tea Rose #EE81CE

Tints of Tea Rose #EE81CE

Color information

#EE81CE (or 0xEE81CE) is unknown color: approx Tea Rose. HEX triplet: EE, 81 and CE. RGB value is (238,129,206). Sum of RGB (Red+Green+Blue) = 238+129+206=573 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.54% from 573); Green value is 129 (50.78% from 255 or 22.51% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 238 - color contains mainly: red. Hex color #EE81CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE81CE is #117E31. Grayscale: #AAAAAA. Windows color (decimal): -1146418 or 13533678. OLE color: 13533678.

HSL color Cylindrical-coordinate representation of color #EE81CE: hue angle of 317.61º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EE81CE is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB238129206-
CMYK00.460.130.07
HSL317.61º76.22%71.96%-
HSV(B)317.61º45.8%93.33%-
XYZ54.2538.3362.93-
YUV170.37148.11176.24-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.54%
GREEN value IS 129 (50.78% from 255) = 22.51%
BLUE value IS 206 (80.86% from 255) = 35.95%
R=41.54%
G=22.51%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812920600.460.130.07317.6176.2271.96
HexEE81CE02ED713e4c48
Octal356201316056157476114110
Binary1110111010000001110011100101110110111110011111010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE81CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE81CE; }

 p { color: rgb(238,129,206); }

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

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

 a { background-color: rgb(238,129,206); }

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

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

 span { border-color: rgb(238,129,206); }

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