#EE88BD

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

Shades of Tea Rose #EE88BD

Tints of Tea Rose #EE88BD

Color information

#EE88BD (or 0xEE88BD) is unknown color: approx Tea Rose. HEX triplet: EE, 88 and BD. RGB value is (238,136,189). Sum of RGB (Red+Green+Blue) = 238+136+189=563 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.27% from 563); Green value is 136 (53.52% from 255 or 24.16% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 238 - color contains mainly: red. Hex color #EE88BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE88BD is #117742. Grayscale: #ACACAC. Windows color (decimal): -1144643 or 12421358. OLE color: 12421358.

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

Color convert

RGB238136189-
CMYK00.430.210.07
HSL328.82º75%73.33%-
HSV(B)328.82º42.86%93.33%-
XYZ53.2539.4652.95-
YUV172.54137.29174.69-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.27%
GREEN value IS 136 (53.52% from 255) = 24.16%
BLUE value IS 189 (74.22% from 255) = 33.57%
R=42.27%
G=24.16%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813618900.430.210.07328.827573.33
HexEE88BD02B1571494b49
Octal356210275053257511113111
Binary11101110100010001011110101010111010111110100100110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE88BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE88BD; }

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

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

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

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

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

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

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

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