Shades of Hot Magenta #EA0ED3
Tints of Hot Magenta #EA0ED3
RGB
CMYK
RGB Variations
Color information
#EA0ED3 (or 0xEA0ED3) is known color: Hot Magenta. HEX triplet: EA, 0E and D3. RGB value is (234,14,211). Sum of RGB (Red+Green+Blue) = 234+14+211=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 14 (5.86% from 255 or 3.05% from 459); Blue value is 211 (82.81% from 255 or 45.97% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0ED3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA0ED3 is #15F12C. Grayscale: #656565. Windows color (decimal): -1437997 or 13831914. OLE color: 13831914.
HSL color Cylindrical-coordinate representation of color #EA0ED3: hue angle of 306.27º 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 #EA0ED3 is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 14 | 211 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.08 |
| HSL | 306.27º | 0.89% | 0.49% | - |
| HSV(B) | 306.27º | 0.94% | 0.92% | - |
| XYZ | 45.85 | 22.51 | 63.56 | - |
| YUV | 102.24 | 189.39 | 221.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 14 | 211 | 0 | 0.94 | 0.10 | 0.08 | 306.27 | 0.89 | 0.49 |
| Hex | EA | E | D3 | 0 | 5E | A | 8 | 132 | 59 | 31 |
| Octal | 352 | 16 | 323 | 0 | 136 | 12 | 10 | 462 | 131 | 61 |
| Binary | 11101010 | 1110 | 11010011 | 0 | 1011110 | 1010 | 1000 | 100110010 | 1011001 | 110001 |
Color Harmonies of #EA0ED3
Complementary color
Monochromatic Colors of #EA0ED3
Black with #EA0ED3
Text Example
Text Example
White with #EA0ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0ED3; }
p { color: rgb(234,14,211); }
H1.HeaderClassName
{
color: #EA0ED3;
}
.AnyTagClassName
{
color: #EA0ED3;
}
</style>
background-color css
<style>
a { background-color: #EA0ED3; }
a { background-color: rgb(234,14,211); }
div.DivClassName
{
background-color: #EA0ED3;
}
.BgClassName
{
background-color: #EA0ED3;
}
</style>
border-color css
<style>
span { border-color: #EA0ED3; }
span { border-color: rgb(234,14,211); }
td.TdClassName
{
border-color: #EA0ED3;
}
.TagClassName
{
border-color: #EA0ED3;
}
</style>