Shades of Tea Rose #EA84CF
Tints of Tea Rose #EA84CF
RGB
CMYK
RGB Variations
Color information
#EA84CF (or 0xEA84CF) is known color: Tea Rose. HEX triplet: EA, 84 and CF. RGB value is (234,132,207). Sum of RGB (Red+Green+Blue) = 234+132+207=573 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.84% from 573); Green value is 132 (51.95% from 255 or 23.04% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 234 - color contains mainly: red. Hex color #EA84CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA84CF is #157B30. Grayscale: #AAAAAA. Windows color (decimal): -1407793 or 13599978. OLE color: 13599978.
HSL color Cylindrical-coordinate representation of color #EA84CF: hue angle of 315.88º 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 #EA84CF is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 132 | 207 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.08 |
| HSL | 315.88º | 0.71% | 0.72% | - |
| HSV(B) | 315.88º | 0.44% | 0.92% | - |
| XYZ | 53.45 | 38.5 | 63.65 | - |
| YUV | 171.05 | 148.29 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 132 | 207 | 0 | 0.44 | 0.12 | 0.08 | 315.88 | 0.71 | 0.72 |
| Hex | EA | 84 | CF | 0 | 2C | C | 8 | 13C | 47 | 48 |
| Octal | 352 | 204 | 317 | 0 | 54 | 14 | 10 | 474 | 107 | 110 |
| Binary | 11101010 | 10000100 | 11001111 | 0 | 101100 | 1100 | 1000 | 100111100 | 1000111 | 1001000 |
Color Harmonies of #EA84CF
Complementary color
Monochromatic Colors of #EA84CF
Black with #EA84CF
Text Example
Text Example
White with #EA84CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA84CF; }
p { color: rgb(234,132,207); }
H1.HeaderClassName
{
color: #EA84CF;
}
.AnyTagClassName
{
color: #EA84CF;
}
</style>
background-color css
<style>
a { background-color: #EA84CF; }
a { background-color: rgb(234,132,207); }
div.DivClassName
{
background-color: #EA84CF;
}
.BgClassName
{
background-color: #EA84CF;
}
</style>
border-color css
<style>
span { border-color: #EA84CF; }
span { border-color: rgb(234,132,207); }
td.TdClassName
{
border-color: #EA84CF;
}
.TagClassName
{
border-color: #EA84CF;
}
</style>