Shades of Hot Magenta #EA0CDA
Tints of Hot Magenta #EA0CDA
RGB
CMYK
RGB Variations
Color information
#EA0CDA (or 0xEA0CDA) is known color: Hot Magenta. HEX triplet: EA, 0C and DA. RGB value is (234,12,218). Sum of RGB (Red+Green+Blue) = 234+12+218=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 12 (5.08% from 255 or 2.59% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0CDA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA0CDA is #15F325. Grayscale: #656565. Windows color (decimal): -1438502 or 14290154. OLE color: 14290154.
HSL color Cylindrical-coordinate representation of color #EA0CDA: hue angle of 304.32º degrees, saturation: 0.9, 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 #EA0CDA is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 12 | 218 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.08 |
| HSL | 304.32º | 0.9% | 0.48% | - |
| HSV(B) | 304.32º | 0.95% | 0.92% | - |
| XYZ | 46.72 | 22.82 | 68.27 | - |
| YUV | 101.86 | 193.55 | 222.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 12 | 218 | 0 | 0.95 | 0.07 | 0.08 | 304.32 | 0.9 | 0.48 |
| Hex | EA | C | DA | 0 | 5F | 7 | 8 | 130 | 5A | 30 |
| Octal | 352 | 14 | 332 | 0 | 137 | 7 | 10 | 460 | 132 | 60 |
| Binary | 11101010 | 1100 | 11011010 | 0 | 1011111 | 111 | 1000 | 100110000 | 1011010 | 110000 |
Color Harmonies of #EA0CDA
Complementary color
Monochromatic Colors of #EA0CDA
Black with #EA0CDA
Text Example
Text Example
White with #EA0CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0CDA; }
p { color: rgb(234,12,218); }
H1.HeaderClassName
{
color: #EA0CDA;
}
.AnyTagClassName
{
color: #EA0CDA;
}
</style>
background-color css
<style>
a { background-color: #EA0CDA; }
a { background-color: rgb(234,12,218); }
div.DivClassName
{
background-color: #EA0CDA;
}
.BgClassName
{
background-color: #EA0CDA;
}
</style>
border-color css
<style>
span { border-color: #EA0CDA; }
span { border-color: rgb(234,12,218); }
td.TdClassName
{
border-color: #EA0CDA;
}
.TagClassName
{
border-color: #EA0CDA;
}
</style>