Shades of Hot Magenta #EA0EE2
Tints of Hot Magenta #EA0EE2
RGB
CMYK
RGB Variations
Color information
#EA0EE2 (or 0xEA0EE2) is known color: Hot Magenta. HEX triplet: EA, 0E and E2. RGB value is (234,14,226). Sum of RGB (Red+Green+Blue) = 234+14+226=474 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.37% from 474); Green value is 14 (5.86% from 255 or 2.95% from 474); Blue value is 226 (88.67% from 255 or 47.68% from 474); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0EE2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA0EE2 is #15F11D. Grayscale: #676767. Windows color (decimal): -1437982 or 14814954. OLE color: 14814954.
HSL color Cylindrical-coordinate representation of color #EA0EE2: hue angle of 302.18º 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 #EA0EE2 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 14 | 226 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.08 |
| HSL | 302.18º | 0.89% | 0.49% | - |
| HSV(B) | 302.18º | 0.94% | 0.92% | - |
| XYZ | 47.82 | 23.3 | 73.93 | - |
| YUV | 103.95 | 196.89 | 220.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 14 | 226 | 0 | 0.94 | 0.03 | 0.08 | 302.18 | 0.89 | 0.49 |
| Hex | EA | E | E2 | 0 | 5E | 3 | 8 | 12E | 59 | 31 |
| Octal | 352 | 16 | 342 | 0 | 136 | 3 | 10 | 456 | 131 | 61 |
| Binary | 11101010 | 1110 | 11100010 | 0 | 1011110 | 11 | 1000 | 100101110 | 1011001 | 110001 |
Color Harmonies of #EA0EE2
Complementary color
Monochromatic Colors of #EA0EE2
Black with #EA0EE2
Text Example
Text Example
White with #EA0EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0EE2; }
p { color: rgb(234,14,226); }
H1.HeaderClassName
{
color: #EA0EE2;
}
.AnyTagClassName
{
color: #EA0EE2;
}
</style>
background-color css
<style>
a { background-color: #EA0EE2; }
a { background-color: rgb(234,14,226); }
div.DivClassName
{
background-color: #EA0EE2;
}
.BgClassName
{
background-color: #EA0EE2;
}
</style>
border-color css
<style>
span { border-color: #EA0EE2; }
span { border-color: rgb(234,14,226); }
td.TdClassName
{
border-color: #EA0EE2;
}
.TagClassName
{
border-color: #EA0EE2;
}
</style>