Shades of Tea Rose #EA84C9
Tints of Tea Rose #EA84C9
RGB
CMYK
RGB Variations
Color information
#EA84C9 (or 0xEA84C9) is known color: Tea Rose. HEX triplet: EA, 84 and C9. RGB value is (234,132,201). Sum of RGB (Red+Green+Blue) = 234+132+201=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 132 (51.95% from 255 or 23.28% from 567); Blue value is 201 (78.91% from 255 or 35.45% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EA84C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA84C9 is #157B36. Grayscale: #AAAAAA. Windows color (decimal): -1407799 or 13206762. OLE color: 13206762.
HSL color Cylindrical-coordinate representation of color #EA84C9: hue angle of 319.41º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA84C9 is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 132 | 201 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.08 |
| HSL | 319.41º | 0.71% | 0.72% | - |
| HSV(B) | 319.41º | 0.44% | 0.92% | - |
| XYZ | 52.73 | 38.21 | 59.86 | - |
| YUV | 170.36 | 145.29 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 132 | 201 | 0 | 0.44 | 0.14 | 0.08 | 319.41 | 0.71 | 0.72 |
| Hex | EA | 84 | C9 | 0 | 2C | E | 8 | 13F | 47 | 48 |
| Octal | 352 | 204 | 311 | 0 | 54 | 16 | 10 | 477 | 107 | 110 |
| Binary | 11101010 | 10000100 | 11001001 | 0 | 101100 | 1110 | 1000 | 100111111 | 1000111 | 1001000 |
Color Harmonies of #EA84C9
Complementary color
Monochromatic Colors of #EA84C9
Black with #EA84C9
Text Example
Text Example
White with #EA84C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA84C9; }
p { color: rgb(234,132,201); }
H1.HeaderClassName
{
color: #EA84C9;
}
.AnyTagClassName
{
color: #EA84C9;
}
</style>
background-color css
<style>
a { background-color: #EA84C9; }
a { background-color: rgb(234,132,201); }
div.DivClassName
{
background-color: #EA84C9;
}
.BgClassName
{
background-color: #EA84C9;
}
</style>
border-color css
<style>
span { border-color: #EA84C9; }
span { border-color: rgb(234,132,201); }
td.TdClassName
{
border-color: #EA84C9;
}
.TagClassName
{
border-color: #EA84C9;
}
</style>