Shades of Hot Magenta #EA0FDC
Tints of Hot Magenta #EA0FDC
RGB
CMYK
RGB Variations
Color information
#EA0FDC (or 0xEA0FDC) is known color: Hot Magenta. HEX triplet: EA, 0F and DC. RGB value is (234,15,220). Sum of RGB (Red+Green+Blue) = 234+15+220=469 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.89% from 469); Green value is 15 (6.25% from 255 or 3.20% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0FDC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA0FDC is #15F023. Grayscale: #676767. Windows color (decimal): -1437732 or 14421994. OLE color: 14421994.
HSL color Cylindrical-coordinate representation of color #EA0FDC: hue angle of 303.84º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA0FDC is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 15 | 220 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.08 |
| HSL | 303.84º | 0.88% | 0.49% | - |
| HSV(B) | 303.84º | 0.94% | 0.92% | - |
| XYZ | 47.02 | 23 | 69.67 | - |
| YUV | 103.85 | 193.55 | 220.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 15 | 220 | 0 | 0.94 | 0.06 | 0.08 | 303.84 | 0.88 | 0.49 |
| Hex | EA | F | DC | 0 | 5E | 6 | 8 | 130 | 58 | 31 |
| Octal | 352 | 17 | 334 | 0 | 136 | 6 | 10 | 460 | 130 | 61 |
| Binary | 11101010 | 1111 | 11011100 | 0 | 1011110 | 110 | 1000 | 100110000 | 1011000 | 110001 |
Color Harmonies of #EA0FDC
Complementary color
Monochromatic Colors of #EA0FDC
Black with #EA0FDC
Text Example
Text Example
White with #EA0FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0FDC; }
p { color: rgb(234,15,220); }
H1.HeaderClassName
{
color: #EA0FDC;
}
.AnyTagClassName
{
color: #EA0FDC;
}
</style>
background-color css
<style>
a { background-color: #EA0FDC; }
a { background-color: rgb(234,15,220); }
div.DivClassName
{
background-color: #EA0FDC;
}
.BgClassName
{
background-color: #EA0FDC;
}
</style>
border-color css
<style>
span { border-color: #EA0FDC; }
span { border-color: rgb(234,15,220); }
td.TdClassName
{
border-color: #EA0FDC;
}
.TagClassName
{
border-color: #EA0FDC;
}
</style>