Shades of Tea Rose #EE88BC
Tints of Tea Rose #EE88BC
RGB
CMYK
RGB Variations
Color information
#EE88BC (or 0xEE88BC) is known color: Tea Rose. HEX triplet: EE, 88 and BC. RGB value is (238,136,188). Sum of RGB (Red+Green+Blue) = 238+136+188=562 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.35% from 562); Green value is 136 (53.52% from 255 or 24.20% from 562); Blue value is 188 (73.83% from 255 or 33.45% from 562); Max value from RGB is 238 - color contains mainly: red. Hex color #EE88BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE88BC is #117743. Grayscale: #ACACAC. Windows color (decimal): -1144644 or 12355822. OLE color: 12355822.
HSL color Cylindrical-coordinate representation of color #EE88BC: hue angle of 329.41º 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 #EE88BC is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 136 | 188 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.07 |
| HSL | 329.41º | 0.75% | 0.73% | - |
| HSV(B) | 329.41º | 0.43% | 0.93% | - |
| XYZ | 53.14 | 39.42 | 52.38 | - |
| YUV | 172.43 | 136.79 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 136 | 188 | 0 | 0.43 | 0.21 | 0.07 | 329.41 | 0.75 | 0.73 |
| Hex | EE | 88 | BC | 0 | 2B | 15 | 7 | 149 | 4B | 49 |
| Octal | 356 | 210 | 274 | 0 | 53 | 25 | 7 | 511 | 113 | 111 |
| Binary | 11101110 | 10001000 | 10111100 | 0 | 101011 | 10101 | 111 | 101001001 | 1001011 | 1001001 |
Color Harmonies of #EE88BC
Complementary color
Monochromatic Colors of #EE88BC
Black with #EE88BC
Text Example
Text Example
White with #EE88BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE88BC; }
p { color: rgb(238,136,188); }
H1.HeaderClassName
{
color: #EE88BC;
}
.AnyTagClassName
{
color: #EE88BC;
}
</style>
background-color css
<style>
a { background-color: #EE88BC; }
a { background-color: rgb(238,136,188); }
div.DivClassName
{
background-color: #EE88BC;
}
.BgClassName
{
background-color: #EE88BC;
}
</style>
border-color css
<style>
span { border-color: #EE88BC; }
span { border-color: rgb(238,136,188); }
td.TdClassName
{
border-color: #EE88BC;
}
.TagClassName
{
border-color: #EE88BC;
}
</style>