Shades of Hot Magenta #EA0EE0
Tints of Hot Magenta #EA0EE0
RGB
CMYK
RGB Variations
Color information
#EA0EE0 (or 0xEA0EE0) is known color: Hot Magenta. HEX triplet: EA, 0E and E0. RGB value is (234,14,224). Sum of RGB (Red+Green+Blue) = 234+14+224=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 14 (5.86% from 255 or 2.97% from 472); Blue value is 224 (87.89% from 255 or 47.46% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0EE0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA0EE0 is #15F11F. Grayscale: #676767. Windows color (decimal): -1437984 or 14683882. OLE color: 14683882.
HSL color Cylindrical-coordinate representation of color #EA0EE0: hue angle of 302.73º degrees, saturation: 0.89, 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 #EA0EE0 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 14 | 224 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.08 |
| HSL | 302.73º | 0.89% | 0.49% | - |
| HSV(B) | 302.73º | 0.94% | 0.92% | - |
| XYZ | 47.54 | 23.19 | 72.49 | - |
| YUV | 103.72 | 195.89 | 220.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 14 | 224 | 0 | 0.94 | 0.04 | 0.08 | 302.73 | 0.89 | 0.49 |
| Hex | EA | E | E0 | 0 | 5E | 4 | 8 | 12F | 59 | 31 |
| Octal | 352 | 16 | 340 | 0 | 136 | 4 | 10 | 457 | 131 | 61 |
| Binary | 11101010 | 1110 | 11100000 | 0 | 1011110 | 100 | 1000 | 100101111 | 1011001 | 110001 |
Color Harmonies of #EA0EE0
Complementary color
Monochromatic Colors of #EA0EE0
Black with #EA0EE0
Text Example
Text Example
White with #EA0EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0EE0; }
p { color: rgb(234,14,224); }
H1.HeaderClassName
{
color: #EA0EE0;
}
.AnyTagClassName
{
color: #EA0EE0;
}
</style>
background-color css
<style>
a { background-color: #EA0EE0; }
a { background-color: rgb(234,14,224); }
div.DivClassName
{
background-color: #EA0EE0;
}
.BgClassName
{
background-color: #EA0EE0;
}
</style>
border-color css
<style>
span { border-color: #EA0EE0; }
span { border-color: rgb(234,14,224); }
td.TdClassName
{
border-color: #EA0EE0;
}
.TagClassName
{
border-color: #EA0EE0;
}
</style>