Shades of Tea Rose #EE81CC
Tints of Tea Rose #EE81CC
RGB
CMYK
RGB Variations
Color information
#EE81CC (or 0xEE81CC) is known color: Tea Rose. HEX triplet: EE, 81 and CC. RGB value is (238,129,204). Sum of RGB (Red+Green+Blue) = 238+129+204=571 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.68% from 571); Green value is 129 (50.78% from 255 or 22.59% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 238 - color contains mainly: red. Hex color #EE81CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE81CC is #117E33. Grayscale: #A9A9A9. Windows color (decimal): -1146420 or 13402606. OLE color: 13402606.
HSL color Cylindrical-coordinate representation of color #EE81CC: hue angle of 318.72º 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 #EE81CC is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 129 | 204 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.07 |
| HSL | 318.72º | 0.76% | 0.72% | - |
| HSV(B) | 318.72º | 0.46% | 0.93% | - |
| XYZ | 54.01 | 38.24 | 61.66 | - |
| YUV | 170.14 | 147.11 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 129 | 204 | 0 | 0.46 | 0.14 | 0.07 | 318.72 | 0.76 | 0.72 |
| Hex | EE | 81 | CC | 0 | 2E | E | 7 | 13F | 4C | 48 |
| Octal | 356 | 201 | 314 | 0 | 56 | 16 | 7 | 477 | 114 | 110 |
| Binary | 11101110 | 10000001 | 11001100 | 0 | 101110 | 1110 | 111 | 100111111 | 1001100 | 1001000 |
Color Harmonies of #EE81CC
Complementary color
Monochromatic Colors of #EE81CC
Black with #EE81CC
Text Example
Text Example
White with #EE81CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE81CC; }
p { color: rgb(238,129,204); }
H1.HeaderClassName
{
color: #EE81CC;
}
.AnyTagClassName
{
color: #EE81CC;
}
</style>
background-color css
<style>
a { background-color: #EE81CC; }
a { background-color: rgb(238,129,204); }
div.DivClassName
{
background-color: #EE81CC;
}
.BgClassName
{
background-color: #EE81CC;
}
</style>
border-color css
<style>
span { border-color: #EE81CC; }
span { border-color: rgb(238,129,204); }
td.TdClassName
{
border-color: #EE81CC;
}
.TagClassName
{
border-color: #EE81CC;
}
</style>