#EE90CB

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

Shades of Tea Rose #EE90CB

Tints of Tea Rose #EE90CB

Color information

#EE90CB (or 0xEE90CB) is unknown color: approx Tea Rose. HEX triplet: EE, 90 and CB. RGB value is (238,144,203). Sum of RGB (Red+Green+Blue) = 238+144+203=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 144 (56.64% from 255 or 24.62% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 238 - color contains mainly: red. Hex color #EE90CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE90CB is #116F34. Grayscale: #B2B2B2. Windows color (decimal): -1142581 or 13340910. OLE color: 13340910.

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

Color convert

RGB238144203-
CMYK00.390.150.07
HSL322.34º73.44%74.9%-
HSV(B)322.34º39.5%93.33%-
XYZ56.0142.4461.74-
YUV178.83141.64170.2-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.68%
GREEN value IS 144 (56.64% from 255) = 24.62%
BLUE value IS 203 (79.69% from 255) = 34.70%
R=40.68%
G=24.62%
B=34.70%

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
Decimal23814420300.390.150.07322.3473.4474.9
HexEE90CB027F7142494b
Octal356220313047177502111113
Binary1110111010010000110010110100111111111110100001010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE90CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE90CB; }

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

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

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

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

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

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

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

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