#EE88CB

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

Shades of Tea Rose #EE88CB

Tints of Tea Rose #EE88CB

Color information

#EE88CB (or 0xEE88CB) is unknown color: approx Tea Rose. HEX triplet: EE, 88 and CB. RGB value is (238,136,203). Sum of RGB (Red+Green+Blue) = 238+136+203=577 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.25% from 577); Green value is 136 (53.52% from 255 or 23.57% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 238 - color contains mainly: red. Hex color #EE88CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE88CB is #117734. Grayscale: #ADADAD. Windows color (decimal): -1144629 or 13338862. OLE color: 13338862.

HSL color Cylindrical-coordinate representation of color #EE88CB: hue angle of 320.59º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EE88CB is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB238136203-
CMYK00.430.150.07
HSL320.59º75%73.33%-
HSV(B)320.59º42.86%93.33%-
XYZ54.8440.161.35-
YUV174.14144.29173.55-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.25%
GREEN value IS 136 (53.52% from 255) = 23.57%
BLUE value IS 203 (79.69% from 255) = 35.18%
R=41.25%
G=23.57%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813620300.430.150.07320.597573.33
HexEE88CB02BF71414b49
Octal356210313053177501113111
Binary1110111010001000110010110101011111111110100000110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE88CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE88CB; }

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

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

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

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

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

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

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

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