Shades of Hot Magenta #EA0AD4
Tints of Hot Magenta #EA0AD4
RGB
CMYK
RGB Variations
Color information
#EA0AD4 (or 0xEA0AD4) is known color: Hot Magenta. HEX triplet: EA, 0A and D4. RGB value is (234,10,212). Sum of RGB (Red+Green+Blue) = 234+10+212=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 10 (4.30% from 255 or 2.19% from 456); Blue value is 212 (83.20% from 255 or 46.49% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0AD4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA0AD4 is #15F52B. Grayscale: #636363. Windows color (decimal): -1439020 or 13896426. OLE color: 13896426.
HSL color Cylindrical-coordinate representation of color #EA0AD4: hue angle of 305.89º 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 #EA0AD4 is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 10 | 212 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.08 |
| HSL | 305.89º | 0.92% | 0.48% | - |
| HSV(B) | 305.89º | 0.96% | 0.92% | - |
| XYZ | 45.92 | 22.46 | 64.2 | - |
| YUV | 100 | 191.21 | 223.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 10 | 212 | 0 | 0.96 | 0.09 | 0.08 | 305.89 | 0.92 | 0.48 |
| Hex | EA | A | D4 | 0 | 60 | 9 | 8 | 132 | 5C | 30 |
| Octal | 352 | 12 | 324 | 0 | 140 | 11 | 10 | 462 | 134 | 60 |
| Binary | 11101010 | 1010 | 11010100 | 0 | 1100000 | 1001 | 1000 | 100110010 | 1011100 | 110000 |
Color Harmonies of #EA0AD4
Complementary color
Monochromatic Colors of #EA0AD4
Black with #EA0AD4
Text Example
Text Example
White with #EA0AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0AD4; }
p { color: rgb(234,10,212); }
H1.HeaderClassName
{
color: #EA0AD4;
}
.AnyTagClassName
{
color: #EA0AD4;
}
</style>
background-color css
<style>
a { background-color: #EA0AD4; }
a { background-color: rgb(234,10,212); }
div.DivClassName
{
background-color: #EA0AD4;
}
.BgClassName
{
background-color: #EA0AD4;
}
</style>
border-color css
<style>
span { border-color: #EA0AD4; }
span { border-color: rgb(234,10,212); }
td.TdClassName
{
border-color: #EA0AD4;
}
.TagClassName
{
border-color: #EA0AD4;
}
</style>