Shades of Tea Rose #EE88CA
Tints of Tea Rose #EE88CA
RGB
CMYK
RGB Variations
Color information
#EE88CA (or 0xEE88CA) is known color: Tea Rose. HEX triplet: EE, 88 and CA. RGB value is (238,136,202). Sum of RGB (Red+Green+Blue) = 238+136+202=576 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.32% from 576); Green value is 136 (53.52% from 255 or 23.61% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 238 - color contains mainly: red. Hex color #EE88CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE88CA is #117735. Grayscale: #ADADAD. Windows color (decimal): -1144630 or 13273326. OLE color: 13273326.
HSL color Cylindrical-coordinate representation of color #EE88CA: hue angle of 321.18º 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 #EE88CA is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 136 | 202 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.07 |
| HSL | 321.18º | 0.75% | 0.73% | - |
| HSV(B) | 321.18º | 0.43% | 0.93% | - |
| XYZ | 54.72 | 40.05 | 60.72 | - |
| YUV | 174.02 | 143.79 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 136 | 202 | 0 | 0.43 | 0.15 | 0.07 | 321.18 | 0.75 | 0.73 |
| Hex | EE | 88 | CA | 0 | 2B | F | 7 | 141 | 4B | 49 |
| Octal | 356 | 210 | 312 | 0 | 53 | 17 | 7 | 501 | 113 | 111 |
| Binary | 11101110 | 10001000 | 11001010 | 0 | 101011 | 1111 | 111 | 101000001 | 1001011 | 1001001 |
Color Harmonies of #EE88CA
Complementary color
Monochromatic Colors of #EE88CA
Black with #EE88CA
Text Example
Text Example
White with #EE88CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE88CA; }
p { color: rgb(238,136,202); }
H1.HeaderClassName
{
color: #EE88CA;
}
.AnyTagClassName
{
color: #EE88CA;
}
</style>
background-color css
<style>
a { background-color: #EE88CA; }
a { background-color: rgb(238,136,202); }
div.DivClassName
{
background-color: #EE88CA;
}
.BgClassName
{
background-color: #EE88CA;
}
</style>
border-color css
<style>
span { border-color: #EE88CA; }
span { border-color: rgb(238,136,202); }
td.TdClassName
{
border-color: #EE88CA;
}
.TagClassName
{
border-color: #EE88CA;
}
</style>