Shades of Hot Magenta #EA0BD4
Tints of Hot Magenta #EA0BD4
RGB
CMYK
RGB Variations
Color information
#EA0BD4 (or 0xEA0BD4) is known color: Hot Magenta. HEX triplet: EA, 0B and D4. RGB value is (234,11,212). Sum of RGB (Red+Green+Blue) = 234+11+212=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 11 (4.69% from 255 or 2.41% from 457); Blue value is 212 (83.20% from 255 or 46.39% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0BD4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA0BD4 is #15F42B. Grayscale: #646464. Windows color (decimal): -1438764 or 13896682. OLE color: 13896682.
HSL color Cylindrical-coordinate representation of color #EA0BD4: hue angle of 305.92º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA0BD4 is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 11 | 212 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.08 |
| HSL | 305.92º | 0.91% | 0.48% | - |
| HSV(B) | 305.92º | 0.95% | 0.92% | - |
| XYZ | 45.94 | 22.49 | 64.21 | - |
| YUV | 100.59 | 190.88 | 223.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 11 | 212 | 0 | 0.95 | 0.09 | 0.08 | 305.92 | 0.91 | 0.48 |
| Hex | EA | B | D4 | 0 | 5F | 9 | 8 | 132 | 5B | 30 |
| Octal | 352 | 13 | 324 | 0 | 137 | 11 | 10 | 462 | 133 | 60 |
| Binary | 11101010 | 1011 | 11010100 | 0 | 1011111 | 1001 | 1000 | 100110010 | 1011011 | 110000 |
Color Harmonies of #EA0BD4
Complementary color
Monochromatic Colors of #EA0BD4
Black with #EA0BD4
Text Example
Text Example
White with #EA0BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0BD4; }
p { color: rgb(234,11,212); }
H1.HeaderClassName
{
color: #EA0BD4;
}
.AnyTagClassName
{
color: #EA0BD4;
}
</style>
background-color css
<style>
a { background-color: #EA0BD4; }
a { background-color: rgb(234,11,212); }
div.DivClassName
{
background-color: #EA0BD4;
}
.BgClassName
{
background-color: #EA0BD4;
}
</style>
border-color css
<style>
span { border-color: #EA0BD4; }
span { border-color: rgb(234,11,212); }
td.TdClassName
{
border-color: #EA0BD4;
}
.TagClassName
{
border-color: #EA0BD4;
}
</style>