#EE91CB

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

Shades of Tea Rose #EE91CB

Tints of Tea Rose #EE91CB

Color information

#EE91CB (or 0xEE91CB) is unknown color: approx Tea Rose. HEX triplet: EE, 91 and CB. RGB value is (238,145,203). Sum of RGB (Red+Green+Blue) = 238+145+203=586 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.61% from 586); Green value is 145 (57.03% from 255 or 24.74% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 238 - color contains mainly: red. Hex color #EE91CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE91CB is #116E34. Grayscale: #B3B3B3. Windows color (decimal): -1142325 or 13341166. OLE color: 13341166.

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

Color convert

RGB238145203-
CMYK00.390.150.07
HSL322.58º73.23%75.1%-
HSV(B)322.58º39.08%93.33%-
XYZ56.1642.7461.79-
YUV179.42141.31169.78-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.61%
GREEN value IS 145 (57.03% from 255) = 24.74%
BLUE value IS 203 (79.69% from 255) = 34.64%
R=40.61%
G=24.74%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814520300.390.150.07322.5873.2375.1
HexEE91CB027F7143494b
Octal356221313047177503111113
Binary1110111010010001110010110100111111111110100001110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE91CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE91CB; }

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

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

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

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

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

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

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

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