Shades of Hot Magenta #EA0ED2
Tints of Hot Magenta #EA0ED2
RGB
CMYK
RGB Variations
Color information
#EA0ED2 (or 0xEA0ED2) is known color: Hot Magenta. HEX triplet: EA, 0E and D2. RGB value is (234,14,210). Sum of RGB (Red+Green+Blue) = 234+14+210=458 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.09% from 458); Green value is 14 (5.86% from 255 or 3.06% from 458); Blue value is 210 (82.42% from 255 or 45.85% from 458); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0ED2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA0ED2 is #15F12D. Grayscale: #656565. Windows color (decimal): -1437998 or 13766378. OLE color: 13766378.
HSL color Cylindrical-coordinate representation of color #EA0ED2: hue angle of 306.55º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA0ED2 is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 14 | 210 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.08 |
| HSL | 306.55º | 0.89% | 0.49% | - |
| HSV(B) | 306.55º | 0.94% | 0.92% | - |
| XYZ | 45.72 | 22.46 | 62.9 | - |
| YUV | 102.12 | 188.89 | 222.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 14 | 210 | 0 | 0.94 | 0.10 | 0.08 | 306.55 | 0.89 | 0.49 |
| Hex | EA | E | D2 | 0 | 5E | A | 8 | 133 | 59 | 31 |
| Octal | 352 | 16 | 322 | 0 | 136 | 12 | 10 | 463 | 131 | 61 |
| Binary | 11101010 | 1110 | 11010010 | 0 | 1011110 | 1010 | 1000 | 100110011 | 1011001 | 110001 |
Color Harmonies of #EA0ED2
Complementary color
Monochromatic Colors of #EA0ED2
Black with #EA0ED2
Text Example
Text Example
White with #EA0ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0ED2; }
p { color: rgb(234,14,210); }
H1.HeaderClassName
{
color: #EA0ED2;
}
.AnyTagClassName
{
color: #EA0ED2;
}
</style>
background-color css
<style>
a { background-color: #EA0ED2; }
a { background-color: rgb(234,14,210); }
div.DivClassName
{
background-color: #EA0ED2;
}
.BgClassName
{
background-color: #EA0ED2;
}
</style>
border-color css
<style>
span { border-color: #EA0ED2; }
span { border-color: rgb(234,14,210); }
td.TdClassName
{
border-color: #EA0ED2;
}
.TagClassName
{
border-color: #EA0ED2;
}
</style>