Shades of Hot Magenta #EA0BDF
Tints of Hot Magenta #EA0BDF
RGB
CMYK
RGB Variations
Color information
#EA0BDF (or 0xEA0BDF) is known color: Hot Magenta. HEX triplet: EA, 0B and DF. RGB value is (234,11,223). Sum of RGB (Red+Green+Blue) = 234+11+223=468 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50% from 468); Green value is 11 (4.69% from 255 or 2.35% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0BDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA0BDF is #15F420. Grayscale: #656565. Windows color (decimal): -1438753 or 14617578. OLE color: 14617578.
HSL color Cylindrical-coordinate representation of color #EA0BDF: hue angle of 302.96º 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 #EA0BDF is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 11 | 223 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.08 |
| HSL | 302.96º | 0.91% | 0.48% | - |
| HSV(B) | 302.96º | 0.95% | 0.92% | - |
| XYZ | 47.37 | 23.06 | 71.77 | - |
| YUV | 101.85 | 196.38 | 222.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 11 | 223 | 0 | 0.95 | 0.05 | 0.08 | 302.96 | 0.91 | 0.48 |
| Hex | EA | B | DF | 0 | 5F | 5 | 8 | 12F | 5B | 30 |
| Octal | 352 | 13 | 337 | 0 | 137 | 5 | 10 | 457 | 133 | 60 |
| Binary | 11101010 | 1011 | 11011111 | 0 | 1011111 | 101 | 1000 | 100101111 | 1011011 | 110000 |
Color Harmonies of #EA0BDF
Complementary color
Monochromatic Colors of #EA0BDF
Black with #EA0BDF
Text Example
Text Example
White with #EA0BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0BDF; }
p { color: rgb(234,11,223); }
H1.HeaderClassName
{
color: #EA0BDF;
}
.AnyTagClassName
{
color: #EA0BDF;
}
</style>
background-color css
<style>
a { background-color: #EA0BDF; }
a { background-color: rgb(234,11,223); }
div.DivClassName
{
background-color: #EA0BDF;
}
.BgClassName
{
background-color: #EA0BDF;
}
</style>
border-color css
<style>
span { border-color: #EA0BDF; }
span { border-color: rgb(234,11,223); }
td.TdClassName
{
border-color: #EA0BDF;
}
.TagClassName
{
border-color: #EA0BDF;
}
</style>