Shades of Hot Magenta #EA0ED5
Tints of Hot Magenta #EA0ED5
RGB
CMYK
RGB Variations
Color information
#EA0ED5 (or 0xEA0ED5) is known color: Hot Magenta. HEX triplet: EA, 0E and D5. RGB value is (234,14,213). Sum of RGB (Red+Green+Blue) = 234+14+213=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 14 (5.86% from 255 or 3.04% from 461); Blue value is 213 (83.59% from 255 or 46.20% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0ED5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA0ED5 is #15F12A. Grayscale: #656565. Windows color (decimal): -1437995 or 13962986. OLE color: 13962986.
HSL color Cylindrical-coordinate representation of color #EA0ED5: hue angle of 305.73º 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 #EA0ED5 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 14 | 213 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.08 |
| HSL | 305.73º | 0.89% | 0.49% | - |
| HSV(B) | 305.73º | 0.94% | 0.92% | - |
| XYZ | 46.1 | 22.61 | 64.89 | - |
| YUV | 102.47 | 190.39 | 221.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 14 | 213 | 0 | 0.94 | 0.09 | 0.08 | 305.73 | 0.89 | 0.49 |
| Hex | EA | E | D5 | 0 | 5E | 9 | 8 | 132 | 59 | 31 |
| Octal | 352 | 16 | 325 | 0 | 136 | 11 | 10 | 462 | 131 | 61 |
| Binary | 11101010 | 1110 | 11010101 | 0 | 1011110 | 1001 | 1000 | 100110010 | 1011001 | 110001 |
Color Harmonies of #EA0ED5
Complementary color
Monochromatic Colors of #EA0ED5
Black with #EA0ED5
Text Example
Text Example
White with #EA0ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0ED5; }
p { color: rgb(234,14,213); }
H1.HeaderClassName
{
color: #EA0ED5;
}
.AnyTagClassName
{
color: #EA0ED5;
}
</style>
background-color css
<style>
a { background-color: #EA0ED5; }
a { background-color: rgb(234,14,213); }
div.DivClassName
{
background-color: #EA0ED5;
}
.BgClassName
{
background-color: #EA0ED5;
}
</style>
border-color css
<style>
span { border-color: #EA0ED5; }
span { border-color: rgb(234,14,213); }
td.TdClassName
{
border-color: #EA0ED5;
}
.TagClassName
{
border-color: #EA0ED5;
}
</style>