Shades of Tea Rose #EA84CA
Tints of Tea Rose #EA84CA
RGB
CMYK
RGB Variations
Color information
#EA84CA (or 0xEA84CA) is known color: Tea Rose. HEX triplet: EA, 84 and CA. RGB value is (234,132,202). Sum of RGB (Red+Green+Blue) = 234+132+202=568 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.20% from 568); Green value is 132 (51.95% from 255 or 23.24% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 234 - color contains mainly: red. Hex color #EA84CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA84CA is #157B35. Grayscale: #AAAAAA. Windows color (decimal): -1407798 or 13272298. OLE color: 13272298.
HSL color Cylindrical-coordinate representation of color #EA84CA: hue angle of 318.82º 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 #EA84CA is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 132 | 202 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.08 |
| HSL | 318.82º | 0.71% | 0.72% | - |
| HSV(B) | 318.82º | 0.44% | 0.92% | - |
| XYZ | 52.84 | 38.26 | 60.48 | - |
| YUV | 170.48 | 145.79 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 132 | 202 | 0 | 0.44 | 0.14 | 0.08 | 318.82 | 0.71 | 0.72 |
| Hex | EA | 84 | CA | 0 | 2C | E | 8 | 13F | 47 | 48 |
| Octal | 352 | 204 | 312 | 0 | 54 | 16 | 10 | 477 | 107 | 110 |
| Binary | 11101010 | 10000100 | 11001010 | 0 | 101100 | 1110 | 1000 | 100111111 | 1000111 | 1001000 |
Color Harmonies of #EA84CA
Complementary color
Monochromatic Colors of #EA84CA
Black with #EA84CA
Text Example
Text Example
White with #EA84CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA84CA; }
p { color: rgb(234,132,202); }
H1.HeaderClassName
{
color: #EA84CA;
}
.AnyTagClassName
{
color: #EA84CA;
}
</style>
background-color css
<style>
a { background-color: #EA84CA; }
a { background-color: rgb(234,132,202); }
div.DivClassName
{
background-color: #EA84CA;
}
.BgClassName
{
background-color: #EA84CA;
}
</style>
border-color css
<style>
span { border-color: #EA84CA; }
span { border-color: rgb(234,132,202); }
td.TdClassName
{
border-color: #EA84CA;
}
.TagClassName
{
border-color: #EA84CA;
}
</style>