Shades of Tea Rose #E984C8
Tints of Tea Rose #E984C8
RGB
CMYK
RGB Variations
Color information
#E984C8 (or 0xE984C8) is known color: Tea Rose. HEX triplet: E9, 84 and C8. RGB value is (233,132,200). Sum of RGB (Red+Green+Blue) = 233+132+200=565 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.24% from 565); Green value is 132 (51.95% from 255 or 23.36% from 565); Blue value is 200 (78.52% from 255 or 35.40% from 565); Max value from RGB is 233 - color contains mainly: red. Hex color #E984C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E984C8 is #167B37. Grayscale: #A9A9A9. Windows color (decimal): -1473336 or 13141225. OLE color: 13141225.
HSL color Cylindrical-coordinate representation of color #E984C8: hue angle of 319.6º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E984C8 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 132 | 200 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.09 |
| HSL | 319.6º | 0.7% | 0.72% | - |
| HSV(B) | 319.6º | 0.43% | 0.91% | - |
| XYZ | 52.28 | 38 | 59.22 | - |
| YUV | 169.95 | 144.96 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 132 | 200 | 0 | 0.43 | 0.14 | 0.09 | 319.6 | 0.7 | 0.72 |
| Hex | E9 | 84 | C8 | 0 | 2B | E | 9 | 140 | 46 | 48 |
| Octal | 351 | 204 | 310 | 0 | 53 | 16 | 11 | 500 | 106 | 110 |
| Binary | 11101001 | 10000100 | 11001000 | 0 | 101011 | 1110 | 1001 | 101000000 | 1000110 | 1001000 |
Color Harmonies of #E984C8
Complementary color
Monochromatic Colors of #E984C8
Black with #E984C8
Text Example
Text Example
White with #E984C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E984C8; }
p { color: rgb(233,132,200); }
H1.HeaderClassName
{
color: #E984C8;
}
.AnyTagClassName
{
color: #E984C8;
}
</style>
background-color css
<style>
a { background-color: #E984C8; }
a { background-color: rgb(233,132,200); }
div.DivClassName
{
background-color: #E984C8;
}
.BgClassName
{
background-color: #E984C8;
}
</style>
border-color css
<style>
span { border-color: #E984C8; }
span { border-color: rgb(233,132,200); }
td.TdClassName
{
border-color: #E984C8;
}
.TagClassName
{
border-color: #E984C8;
}
</style>