Shades of Tea Rose #EA84D0
Tints of Tea Rose #EA84D0
RGB
CMYK
RGB Variations
Color information
#EA84D0 (or 0xEA84D0) is known color: Tea Rose. HEX triplet: EA, 84 and D0. RGB value is (234,132,208). Sum of RGB (Red+Green+Blue) = 234+132+208=574 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.77% from 574); Green value is 132 (51.95% from 255 or 23.00% from 574); Blue value is 208 (81.64% from 255 or 36.24% from 574); Max value from RGB is 234 - color contains mainly: red. Hex color #EA84D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA84D0 is #157B2F. Grayscale: #AAAAAA. Windows color (decimal): -1407792 or 13665514. OLE color: 13665514.
HSL color Cylindrical-coordinate representation of color #EA84D0: hue angle of 315.29º 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 #EA84D0 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 132 | 208 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.08 |
| HSL | 315.29º | 0.71% | 0.72% | - |
| HSV(B) | 315.29º | 0.44% | 0.92% | - |
| XYZ | 53.57 | 38.55 | 64.29 | - |
| YUV | 171.16 | 148.79 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 132 | 208 | 0 | 0.44 | 0.11 | 0.08 | 315.29 | 0.71 | 0.72 |
| Hex | EA | 84 | D0 | 0 | 2C | B | 8 | 13B | 47 | 48 |
| Octal | 352 | 204 | 320 | 0 | 54 | 13 | 10 | 473 | 107 | 110 |
| Binary | 11101010 | 10000100 | 11010000 | 0 | 101100 | 1011 | 1000 | 100111011 | 1000111 | 1001000 |
Color Harmonies of #EA84D0
Complementary color
Monochromatic Colors of #EA84D0
Black with #EA84D0
Text Example
Text Example
White with #EA84D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA84D0; }
p { color: rgb(234,132,208); }
H1.HeaderClassName
{
color: #EA84D0;
}
.AnyTagClassName
{
color: #EA84D0;
}
</style>
background-color css
<style>
a { background-color: #EA84D0; }
a { background-color: rgb(234,132,208); }
div.DivClassName
{
background-color: #EA84D0;
}
.BgClassName
{
background-color: #EA84D0;
}
</style>
border-color css
<style>
span { border-color: #EA84D0; }
span { border-color: rgb(234,132,208); }
td.TdClassName
{
border-color: #EA84D0;
}
.TagClassName
{
border-color: #EA84D0;
}
</style>