Shades of Tea Rose #EE88CF
Tints of Tea Rose #EE88CF
RGB
CMYK
RGB Variations
Color information
#EE88CF (or 0xEE88CF) is known color: Tea Rose. HEX triplet: EE, 88 and CF. RGB value is (238,136,207). Sum of RGB (Red+Green+Blue) = 238+136+207=581 (76% of max value = 765). Red value is 238 (93.36% from 255 or 40.96% from 581); Green value is 136 (53.52% from 255 or 23.41% from 581); Blue value is 207 (81.25% from 255 or 35.63% from 581); Max value from RGB is 238 - color contains mainly: red. Hex color #EE88CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE88CF is #117730. Grayscale: #AEAEAE. Windows color (decimal): -1144625 or 13601006. OLE color: 13601006.
HSL color Cylindrical-coordinate representation of color #EE88CF: hue angle of 318.24º 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 #EE88CF is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 136 | 207 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.07 |
| HSL | 318.24º | 0.75% | 0.73% | - |
| HSV(B) | 318.24º | 0.43% | 0.93% | - |
| XYZ | 55.33 | 40.29 | 63.89 | - |
| YUV | 174.59 | 146.29 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 136 | 207 | 0 | 0.43 | 0.13 | 0.07 | 318.24 | 0.75 | 0.73 |
| Hex | EE | 88 | CF | 0 | 2B | D | 7 | 13E | 4B | 49 |
| Octal | 356 | 210 | 317 | 0 | 53 | 15 | 7 | 476 | 113 | 111 |
| Binary | 11101110 | 10001000 | 11001111 | 0 | 101011 | 1101 | 111 | 100111110 | 1001011 | 1001001 |
Color Harmonies of #EE88CF
Complementary color
Monochromatic Colors of #EE88CF
Black with #EE88CF
Text Example
Text Example
White with #EE88CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE88CF; }
p { color: rgb(238,136,207); }
H1.HeaderClassName
{
color: #EE88CF;
}
.AnyTagClassName
{
color: #EE88CF;
}
</style>
background-color css
<style>
a { background-color: #EE88CF; }
a { background-color: rgb(238,136,207); }
div.DivClassName
{
background-color: #EE88CF;
}
.BgClassName
{
background-color: #EE88CF;
}
</style>
border-color css
<style>
span { border-color: #EE88CF; }
span { border-color: rgb(238,136,207); }
td.TdClassName
{
border-color: #EE88CF;
}
.TagClassName
{
border-color: #EE88CF;
}
</style>