Shades of Hot Magenta #EA02D0
Tints of Hot Magenta #EA02D0
RGB
CMYK
RGB Variations
Color information
#EA02D0 (or 0xEA02D0) is known color: Hot Magenta. HEX triplet: EA, 02 and D0. RGB value is (234,2,208). Sum of RGB (Red+Green+Blue) = 234+2+208=444 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.70% from 444); Green value is 2 (1.17% from 255 or 0.45% from 444); Blue value is 208 (81.64% from 255 or 46.85% from 444); Max value from RGB is 234 - color contains mainly: red. Hex color #EA02D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA02D0 is #15FD2F. Grayscale: #5E5E5E. Windows color (decimal): -1441072 or 13632234. OLE color: 13632234.
HSL color Cylindrical-coordinate representation of color #EA02D0: hue angle of 306.72º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EA02D0 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 2 | 208 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.08 |
| HSL | 306.72º | 0.98% | 0.46% | - |
| HSV(B) | 306.72º | 0.99% | 0.92% | - |
| XYZ | 45.34 | 22.09 | 61.55 | - |
| YUV | 94.85 | 191.86 | 227.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 2 | 208 | 0 | 0.99 | 0.11 | 0.08 | 306.72 | 0.98 | 0.46 |
| Hex | EA | 2 | D0 | 0 | 63 | B | 8 | 133 | 62 | 2E |
| Octal | 352 | 2 | 320 | 0 | 143 | 13 | 10 | 463 | 142 | 56 |
| Binary | 11101010 | 10 | 11010000 | 0 | 1100011 | 1011 | 1000 | 100110011 | 1100010 | 101110 |
Color Harmonies of #EA02D0
Complementary color
Monochromatic Colors of #EA02D0
Black with #EA02D0
Text Example
Text Example
White with #EA02D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA02D0; }
p { color: rgb(234,2,208); }
H1.HeaderClassName
{
color: #EA02D0;
}
.AnyTagClassName
{
color: #EA02D0;
}
</style>
background-color css
<style>
a { background-color: #EA02D0; }
a { background-color: rgb(234,2,208); }
div.DivClassName
{
background-color: #EA02D0;
}
.BgClassName
{
background-color: #EA02D0;
}
</style>
border-color css
<style>
span { border-color: #EA02D0; }
span { border-color: rgb(234,2,208); }
td.TdClassName
{
border-color: #EA02D0;
}
.TagClassName
{
border-color: #EA02D0;
}
</style>