Shades of Hot Magenta #EA0AD9
Tints of Hot Magenta #EA0AD9
RGB
CMYK
RGB Variations
Color information
#EA0AD9 (or 0xEA0AD9) is known color: Hot Magenta. HEX triplet: EA, 0A and D9. RGB value is (234,10,217). Sum of RGB (Red+Green+Blue) = 234+10+217=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 10 (4.30% from 255 or 2.17% from 461); Blue value is 217 (85.16% from 255 or 47.07% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0AD9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA0AD9 is #15F526. Grayscale: #636363. Windows color (decimal): -1439015 or 14224106. OLE color: 14224106.
HSL color Cylindrical-coordinate representation of color #EA0AD9: hue angle of 304.55º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EA0AD9 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 10 | 217 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.08 |
| HSL | 304.55º | 0.92% | 0.48% | - |
| HSV(B) | 304.55º | 0.96% | 0.92% | - |
| XYZ | 46.56 | 22.72 | 67.58 | - |
| YUV | 100.57 | 193.71 | 223.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 10 | 217 | 0 | 0.96 | 0.07 | 0.08 | 304.55 | 0.92 | 0.48 |
| Hex | EA | A | D9 | 0 | 60 | 7 | 8 | 131 | 5C | 30 |
| Octal | 352 | 12 | 331 | 0 | 140 | 7 | 10 | 461 | 134 | 60 |
| Binary | 11101010 | 1010 | 11011001 | 0 | 1100000 | 111 | 1000 | 100110001 | 1011100 | 110000 |
Color Harmonies of #EA0AD9
Complementary color
Monochromatic Colors of #EA0AD9
Black with #EA0AD9
Text Example
Text Example
White with #EA0AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0AD9; }
p { color: rgb(234,10,217); }
H1.HeaderClassName
{
color: #EA0AD9;
}
.AnyTagClassName
{
color: #EA0AD9;
}
</style>
background-color css
<style>
a { background-color: #EA0AD9; }
a { background-color: rgb(234,10,217); }
div.DivClassName
{
background-color: #EA0AD9;
}
.BgClassName
{
background-color: #EA0AD9;
}
</style>
border-color css
<style>
span { border-color: #EA0AD9; }
span { border-color: rgb(234,10,217); }
td.TdClassName
{
border-color: #EA0AD9;
}
.TagClassName
{
border-color: #EA0AD9;
}
</style>