Shades of Tea Rose #E981C4
Tints of Tea Rose #E981C4
RGB
CMYK
RGB Variations
Color information
#E981C4 (or 0xE981C4) is known color: Tea Rose. HEX triplet: E9, 81 and C4. RGB value is (233,129,196). Sum of RGB (Red+Green+Blue) = 233+129+196=558 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.76% from 558); Green value is 129 (50.78% from 255 or 23.12% from 558); Blue value is 196 (76.95% from 255 or 35.13% from 558); Max value from RGB is 233 - color contains mainly: red. Hex color #E981C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E981C4 is #167E3B. Grayscale: #A7A7A7. Windows color (decimal): -1474108 or 12878313. OLE color: 12878313.
HSL color Cylindrical-coordinate representation of color #E981C4: hue angle of 321.35º 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 #E981C4 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 129 | 196 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.09 |
| HSL | 321.35º | 0.7% | 0.71% | - |
| HSV(B) | 321.35º | 0.45% | 0.91% | - |
| XYZ | 51.42 | 37.01 | 56.66 | - |
| YUV | 167.73 | 143.96 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 129 | 196 | 0 | 0.45 | 0.16 | 0.09 | 321.35 | 0.7 | 0.71 |
| Hex | E9 | 81 | C4 | 0 | 2D | 10 | 9 | 141 | 46 | 47 |
| Octal | 351 | 201 | 304 | 0 | 55 | 20 | 11 | 501 | 106 | 107 |
| Binary | 11101001 | 10000001 | 11000100 | 0 | 101101 | 10000 | 1001 | 101000001 | 1000110 | 1000111 |
Color Harmonies of #E981C4
Complementary color
Monochromatic Colors of #E981C4
Black with #E981C4
Text Example
Text Example
White with #E981C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E981C4; }
p { color: rgb(233,129,196); }
H1.HeaderClassName
{
color: #E981C4;
}
.AnyTagClassName
{
color: #E981C4;
}
</style>
background-color css
<style>
a { background-color: #E981C4; }
a { background-color: rgb(233,129,196); }
div.DivClassName
{
background-color: #E981C4;
}
.BgClassName
{
background-color: #E981C4;
}
</style>
border-color css
<style>
span { border-color: #E981C4; }
span { border-color: rgb(233,129,196); }
td.TdClassName
{
border-color: #E981C4;
}
.TagClassName
{
border-color: #E981C4;
}
</style>