#EE81CB

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

Shades of Tea Rose #EE81CB

Tints of Tea Rose #EE81CB

Color information

#EE81CB (or 0xEE81CB) is unknown color: approx Tea Rose. HEX triplet: EE, 81 and CB. RGB value is (238,129,203). Sum of RGB (Red+Green+Blue) = 238+129+203=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 129 (50.78% from 255 or 22.63% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 238 - color contains mainly: red. Hex color #EE81CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE81CB is #117E34. Grayscale: #A9A9A9. Windows color (decimal): -1146421 or 13337070. OLE color: 13337070.

HSL color Cylindrical-coordinate representation of color #EE81CB: hue angle of 319.27º 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 #EE81CB is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB238129203-
CMYK00.460.150.07
HSL319.27º76.22%71.96%-
HSV(B)319.27º45.8%93.33%-
XYZ53.8938.1961.03-
YUV170.03146.61176.48-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.75%
GREEN value IS 129 (50.78% from 255) = 22.63%
BLUE value IS 203 (79.69% from 255) = 35.61%
R=41.75%
G=22.63%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812920300.460.150.07319.2776.2271.96
HexEE81CB02EF713f4c48
Octal356201313056177477114110
Binary1110111010000001110010110101110111111110011111110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE81CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE81CB; }

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

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

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

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

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

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

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

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