Shades of Tea Rose #E981CC
Tints of Tea Rose #E981CC
RGB
CMYK
RGB Variations
Color information
#E981CC (or 0xE981CC) is known color: Tea Rose. HEX triplet: E9, 81 and CC. RGB value is (233,129,204). Sum of RGB (Red+Green+Blue) = 233+129+204=566 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.17% from 566); Green value is 129 (50.78% from 255 or 22.79% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 233 - color contains mainly: red. Hex color #E981CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E981CC is #167E33. Grayscale: #A8A8A8. Windows color (decimal): -1474100 or 13402601. OLE color: 13402601.
HSL color Cylindrical-coordinate representation of color #E981CC: hue angle of 316.73º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E981CC is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 129 | 204 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.09 |
| HSL | 316.73º | 0.7% | 0.71% | - |
| HSV(B) | 316.73º | 0.45% | 0.91% | - |
| XYZ | 52.35 | 37.38 | 61.58 | - |
| YUV | 168.65 | 147.96 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 129 | 204 | 0 | 0.45 | 0.12 | 0.09 | 316.73 | 0.7 | 0.71 |
| Hex | E9 | 81 | CC | 0 | 2D | C | 9 | 13D | 46 | 47 |
| Octal | 351 | 201 | 314 | 0 | 55 | 14 | 11 | 475 | 106 | 107 |
| Binary | 11101001 | 10000001 | 11001100 | 0 | 101101 | 1100 | 1001 | 100111101 | 1000110 | 1000111 |
Color Harmonies of #E981CC
Complementary color
Monochromatic Colors of #E981CC
Black with #E981CC
Text Example
Text Example
White with #E981CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E981CC; }
p { color: rgb(233,129,204); }
H1.HeaderClassName
{
color: #E981CC;
}
.AnyTagClassName
{
color: #E981CC;
}
</style>
background-color css
<style>
a { background-color: #E981CC; }
a { background-color: rgb(233,129,204); }
div.DivClassName
{
background-color: #E981CC;
}
.BgClassName
{
background-color: #E981CC;
}
</style>
border-color css
<style>
span { border-color: #E981CC; }
span { border-color: rgb(233,129,204); }
td.TdClassName
{
border-color: #E981CC;
}
.TagClassName
{
border-color: #E981CC;
}
</style>