Shades of Hot Magenta #EA0CDC
Tints of Hot Magenta #EA0CDC
RGB
CMYK
RGB Variations
Color information
#EA0CDC (or 0xEA0CDC) is known color: Hot Magenta. HEX triplet: EA, 0C and DC. RGB value is (234,12,220). Sum of RGB (Red+Green+Blue) = 234+12+220=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 12 (5.08% from 255 or 2.58% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0CDC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA0CDC is #15F323. Grayscale: #656565. Windows color (decimal): -1438500 or 14421226. OLE color: 14421226.
HSL color Cylindrical-coordinate representation of color #EA0CDC: hue angle of 303.78º 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 #EA0CDC is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 12 | 220 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.08 |
| HSL | 303.78º | 0.9% | 0.48% | - |
| HSV(B) | 303.78º | 0.95% | 0.92% | - |
| XYZ | 46.98 | 22.92 | 69.66 | - |
| YUV | 102.09 | 194.55 | 222.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 12 | 220 | 0 | 0.95 | 0.06 | 0.08 | 303.78 | 0.9 | 0.48 |
| Hex | EA | C | DC | 0 | 5F | 6 | 8 | 130 | 5A | 30 |
| Octal | 352 | 14 | 334 | 0 | 137 | 6 | 10 | 460 | 132 | 60 |
| Binary | 11101010 | 1100 | 11011100 | 0 | 1011111 | 110 | 1000 | 100110000 | 1011010 | 110000 |
Color Harmonies of #EA0CDC
Complementary color
Monochromatic Colors of #EA0CDC
Black with #EA0CDC
Text Example
Text Example
White with #EA0CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0CDC; }
p { color: rgb(234,12,220); }
H1.HeaderClassName
{
color: #EA0CDC;
}
.AnyTagClassName
{
color: #EA0CDC;
}
</style>
background-color css
<style>
a { background-color: #EA0CDC; }
a { background-color: rgb(234,12,220); }
div.DivClassName
{
background-color: #EA0CDC;
}
.BgClassName
{
background-color: #EA0CDC;
}
</style>
border-color css
<style>
span { border-color: #EA0CDC; }
span { border-color: rgb(234,12,220); }
td.TdClassName
{
border-color: #EA0CDC;
}
.TagClassName
{
border-color: #EA0CDC;
}
</style>