Shades of Hot Magenta #EA11D4
Tints of Hot Magenta #EA11D4
RGB
CMYK
RGB Variations
Color information
#EA11D4 (or 0xEA11D4) is known color: Hot Magenta. HEX triplet: EA, 11 and D4. RGB value is (234,17,212). Sum of RGB (Red+Green+Blue) = 234+17+212=463 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.54% from 463); Green value is 17 (7.03% from 255 or 3.67% from 463); Blue value is 212 (83.20% from 255 or 45.79% from 463); Max value from RGB is 234 - color contains mainly: red. Hex color #EA11D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA11D4 is #15EE2B. Grayscale: #676767. Windows color (decimal): -1437228 or 13898218. OLE color: 13898218.
HSL color Cylindrical-coordinate representation of color #EA11D4: hue angle of 306.08º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA11D4 is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 17 | 212 | - |
| CMYK | 0 | 0.93 | 0.09 | 0.08 |
| HSL | 306.08º | 0.86% | 0.49% | - |
| HSV(B) | 306.08º | 0.93% | 0.92% | - |
| XYZ | 46.02 | 22.65 | 64.23 | - |
| YUV | 104.11 | 188.89 | 220.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 17 | 212 | 0 | 0.93 | 0.09 | 0.08 | 306.08 | 0.86 | 0.49 |
| Hex | EA | 11 | D4 | 0 | 5D | 9 | 8 | 132 | 56 | 31 |
| Octal | 352 | 21 | 324 | 0 | 135 | 11 | 10 | 462 | 126 | 61 |
| Binary | 11101010 | 10001 | 11010100 | 0 | 1011101 | 1001 | 1000 | 100110010 | 1010110 | 110001 |
Color Harmonies of #EA11D4
Complementary color
Monochromatic Colors of #EA11D4
Black with #EA11D4
Text Example
Text Example
White with #EA11D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA11D4; }
p { color: rgb(234,17,212); }
H1.HeaderClassName
{
color: #EA11D4;
}
.AnyTagClassName
{
color: #EA11D4;
}
</style>
background-color css
<style>
a { background-color: #EA11D4; }
a { background-color: rgb(234,17,212); }
div.DivClassName
{
background-color: #EA11D4;
}
.BgClassName
{
background-color: #EA11D4;
}
</style>
border-color css
<style>
span { border-color: #EA11D4; }
span { border-color: rgb(234,17,212); }
td.TdClassName
{
border-color: #EA11D4;
}
.TagClassName
{
border-color: #EA11D4;
}
</style>