Shades of Hot Magenta #EA0BDA
Tints of Hot Magenta #EA0BDA
RGB
CMYK
RGB Variations
Color information
#EA0BDA (or 0xEA0BDA) is known color: Hot Magenta. HEX triplet: EA, 0B and DA. RGB value is (234,11,218). Sum of RGB (Red+Green+Blue) = 234+11+218=463 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.54% from 463); Green value is 11 (4.69% from 255 or 2.38% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0BDA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA0BDA is #15F425. Grayscale: #646464. Windows color (decimal): -1438758 or 14289898. OLE color: 14289898.
HSL color Cylindrical-coordinate representation of color #EA0BDA: hue angle of 304.3º 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 #EA0BDA is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 11 | 218 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.08 |
| HSL | 304.3º | 0.91% | 0.48% | - |
| HSV(B) | 304.3º | 0.95% | 0.92% | - |
| XYZ | 46.71 | 22.79 | 68.27 | - |
| YUV | 101.28 | 193.88 | 222.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 11 | 218 | 0 | 0.95 | 0.07 | 0.08 | 304.3 | 0.91 | 0.48 |
| Hex | EA | B | DA | 0 | 5F | 7 | 8 | 130 | 5B | 30 |
| Octal | 352 | 13 | 332 | 0 | 137 | 7 | 10 | 460 | 133 | 60 |
| Binary | 11101010 | 1011 | 11011010 | 0 | 1011111 | 111 | 1000 | 100110000 | 1011011 | 110000 |
Color Harmonies of #EA0BDA
Complementary color
Monochromatic Colors of #EA0BDA
Black with #EA0BDA
Text Example
Text Example
White with #EA0BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0BDA; }
p { color: rgb(234,11,218); }
H1.HeaderClassName
{
color: #EA0BDA;
}
.AnyTagClassName
{
color: #EA0BDA;
}
</style>
background-color css
<style>
a { background-color: #EA0BDA; }
a { background-color: rgb(234,11,218); }
div.DivClassName
{
background-color: #EA0BDA;
}
.BgClassName
{
background-color: #EA0BDA;
}
</style>
border-color css
<style>
span { border-color: #EA0BDA; }
span { border-color: rgb(234,11,218); }
td.TdClassName
{
border-color: #EA0BDA;
}
.TagClassName
{
border-color: #EA0BDA;
}
</style>