Shades of Hot Magenta #EA01D4
Tints of Hot Magenta #EA01D4
RGB
CMYK
RGB Variations
Color information
#EA01D4 (or 0xEA01D4) is known color: Hot Magenta. HEX triplet: EA, 01 and D4. RGB value is (234,1,212). Sum of RGB (Red+Green+Blue) = 234+1+212=447 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.35% from 447); Green value is 1 (0.78% from 255 or 0.22% from 447); Blue value is 212 (83.20% from 255 or 47.43% from 447); Max value from RGB is 234 - color contains mainly: red. Hex color #EA01D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA01D4 is #15FE2B. Grayscale: #5E5E5E. Windows color (decimal): -1441324 or 13894122. OLE color: 13894122.
HSL color Cylindrical-coordinate representation of color #EA01D4: hue angle of 305.67º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA01D4 is Cyan = 0, Magento = 1.00, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 1 | 212 | - |
| CMYK | 0 | 1.00 | 0.09 | 0.08 |
| HSL | 305.67º | 0.99% | 0.46% | - |
| HSV(B) | 305.67º | 1% | 0.92% | - |
| XYZ | 45.83 | 22.27 | 64.17 | - |
| YUV | 94.72 | 194.19 | 227.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 1 | 212 | 0 | 1.00 | 0.09 | 0.08 | 305.67 | 0.99 | 0.46 |
| Hex | EA | 1 | D4 | 0 | 64 | 9 | 8 | 132 | 63 | 2E |
| Octal | 352 | 1 | 324 | 0 | 144 | 11 | 10 | 462 | 143 | 56 |
| Binary | 11101010 | 1 | 11010100 | 0 | 1100100 | 1001 | 1000 | 100110010 | 1100011 | 101110 |
Color Harmonies of #EA01D4
Complementary color
Monochromatic Colors of #EA01D4
Black with #EA01D4
Text Example
Text Example
White with #EA01D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA01D4; }
p { color: rgb(234,1,212); }
H1.HeaderClassName
{
color: #EA01D4;
}
.AnyTagClassName
{
color: #EA01D4;
}
</style>
background-color css
<style>
a { background-color: #EA01D4; }
a { background-color: rgb(234,1,212); }
div.DivClassName
{
background-color: #EA01D4;
}
.BgClassName
{
background-color: #EA01D4;
}
</style>
border-color css
<style>
span { border-color: #EA01D4; }
span { border-color: rgb(234,1,212); }
td.TdClassName
{
border-color: #EA01D4;
}
.TagClassName
{
border-color: #EA01D4;
}
</style>