Shades of Tea Rose #EE88BD
Tints of Tea Rose #EE88BD
RGB
CMYK
RGB Variations
Color information
#EE88BD (or 0xEE88BD) is known color: 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
| RGB | 238 | 136 | 189 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.07 |
| HSL | 328.82º | 0.75% | 0.73% | - |
| HSV(B) | 328.82º | 0.43% | 0.93% | - |
| XYZ | 53.25 | 39.46 | 52.95 | - |
| YUV | 172.54 | 137.29 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 136 | 189 | 0 | 0.43 | 0.21 | 0.07 | 328.82 | 0.75 | 0.73 |
| Hex | EE | 88 | BD | 0 | 2B | 15 | 7 | 149 | 4B | 49 |
| Octal | 356 | 210 | 275 | 0 | 53 | 25 | 7 | 511 | 113 | 111 |
| Binary | 11101110 | 10001000 | 10111101 | 0 | 101011 | 10101 | 111 | 101001001 | 1001011 | 1001001 |
Color Harmonies of #EE88BD
Complementary color
Monochromatic Colors of #EE88BD
Black with #EE88BD
Text Example
Text Example
White with #EE88BD
Text Example
Text Example
HTML Codes & Css Web 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>