Shades of Hot Magenta #EA0DD5
Tints of Hot Magenta #EA0DD5
RGB
CMYK
RGB Variations
Color information
#EA0DD5 (or 0xEA0DD5) is known color: Hot Magenta. HEX triplet: EA, 0D and D5. RGB value is (234,13,213). Sum of RGB (Red+Green+Blue) = 234+13+213=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 13 (5.47% from 255 or 2.83% from 460); Blue value is 213 (83.59% from 255 or 46.30% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0DD5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA0DD5 is #15F22A. Grayscale: #656565. Windows color (decimal): -1438251 or 13962730. OLE color: 13962730.
HSL color Cylindrical-coordinate representation of color #EA0DD5: hue angle of 305.7º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA0DD5 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 13 | 213 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.08 |
| HSL | 305.7º | 0.89% | 0.48% | - |
| HSV(B) | 305.7º | 0.94% | 0.92% | - |
| XYZ | 46.09 | 22.58 | 64.88 | - |
| YUV | 101.88 | 190.72 | 222.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 13 | 213 | 0 | 0.94 | 0.09 | 0.08 | 305.7 | 0.89 | 0.48 |
| Hex | EA | D | D5 | 0 | 5E | 9 | 8 | 132 | 59 | 30 |
| Octal | 352 | 15 | 325 | 0 | 136 | 11 | 10 | 462 | 131 | 60 |
| Binary | 11101010 | 1101 | 11010101 | 0 | 1011110 | 1001 | 1000 | 100110010 | 1011001 | 110000 |
Color Harmonies of #EA0DD5
Complementary color
Monochromatic Colors of #EA0DD5
Black with #EA0DD5
Text Example
Text Example
White with #EA0DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0DD5; }
p { color: rgb(234,13,213); }
H1.HeaderClassName
{
color: #EA0DD5;
}
.AnyTagClassName
{
color: #EA0DD5;
}
</style>
background-color css
<style>
a { background-color: #EA0DD5; }
a { background-color: rgb(234,13,213); }
div.DivClassName
{
background-color: #EA0DD5;
}
.BgClassName
{
background-color: #EA0DD5;
}
</style>
border-color css
<style>
span { border-color: #EA0DD5; }
span { border-color: rgb(234,13,213); }
td.TdClassName
{
border-color: #EA0DD5;
}
.TagClassName
{
border-color: #EA0DD5;
}
</style>