Shades of Tea Rose #EE81CA
Tints of Tea Rose #EE81CA
RGB
CMYK
RGB Variations
Color information
#EE81CA (or 0xEE81CA) is known color: Tea Rose. HEX triplet: EE, 81 and CA. RGB value is (238,129,202). Sum of RGB (Red+Green+Blue) = 238+129+202=569 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.83% from 569); Green value is 129 (50.78% from 255 or 22.67% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 238 - color contains mainly: red. Hex color #EE81CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE81CA is #117E35. Grayscale: #A9A9A9. Windows color (decimal): -1146422 or 13271534. OLE color: 13271534.
HSL color Cylindrical-coordinate representation of color #EE81CA: hue angle of 319.82º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EE81CA is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 129 | 202 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.07 |
| HSL | 319.82º | 0.76% | 0.72% | - |
| HSV(B) | 319.82º | 0.46% | 0.93% | - |
| XYZ | 53.77 | 38.14 | 60.41 | - |
| YUV | 169.91 | 146.11 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 129 | 202 | 0 | 0.46 | 0.15 | 0.07 | 319.82 | 0.76 | 0.72 |
| Hex | EE | 81 | CA | 0 | 2E | F | 7 | 140 | 4C | 48 |
| Octal | 356 | 201 | 312 | 0 | 56 | 17 | 7 | 500 | 114 | 110 |
| Binary | 11101110 | 10000001 | 11001010 | 0 | 101110 | 1111 | 111 | 101000000 | 1001100 | 1001000 |
Color Harmonies of #EE81CA
Complementary color
Monochromatic Colors of #EE81CA
Black with #EE81CA
Text Example
Text Example
White with #EE81CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE81CA; }
p { color: rgb(238,129,202); }
H1.HeaderClassName
{
color: #EE81CA;
}
.AnyTagClassName
{
color: #EE81CA;
}
</style>
background-color css
<style>
a { background-color: #EE81CA; }
a { background-color: rgb(238,129,202); }
div.DivClassName
{
background-color: #EE81CA;
}
.BgClassName
{
background-color: #EE81CA;
}
</style>
border-color css
<style>
span { border-color: #EE81CA; }
span { border-color: rgb(238,129,202); }
td.TdClassName
{
border-color: #EE81CA;
}
.TagClassName
{
border-color: #EE81CA;
}
</style>