Shades of Hot Magenta #EA10DA
Tints of Hot Magenta #EA10DA
RGB
CMYK
RGB Variations
Color information
#EA10DA (or 0xEA10DA) is known color: Hot Magenta. HEX triplet: EA, 10 and DA. RGB value is (234,16,218). Sum of RGB (Red+Green+Blue) = 234+16+218=468 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50% from 468); Green value is 16 (6.64% from 255 or 3.42% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 234 - color contains mainly: red. Hex color #EA10DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA10DA is #15EF25. Grayscale: #676767. Windows color (decimal): -1437478 or 14291178. OLE color: 14291178.
HSL color Cylindrical-coordinate representation of color #EA10DA: hue angle of 304.4º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA10DA is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 16 | 218 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.08 |
| HSL | 304.4º | 0.87% | 0.49% | - |
| HSV(B) | 304.4º | 0.93% | 0.92% | - |
| XYZ | 46.77 | 22.92 | 68.29 | - |
| YUV | 104.21 | 192.22 | 220.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 16 | 218 | 0 | 0.93 | 0.07 | 0.08 | 304.4 | 0.87 | 0.49 |
| Hex | EA | 10 | DA | 0 | 5D | 7 | 8 | 130 | 57 | 31 |
| Octal | 352 | 20 | 332 | 0 | 135 | 7 | 10 | 460 | 127 | 61 |
| Binary | 11101010 | 10000 | 11011010 | 0 | 1011101 | 111 | 1000 | 100110000 | 1010111 | 110001 |
Color Harmonies of #EA10DA
Complementary color
Monochromatic Colors of #EA10DA
Black with #EA10DA
Text Example
Text Example
White with #EA10DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA10DA; }
p { color: rgb(234,16,218); }
H1.HeaderClassName
{
color: #EA10DA;
}
.AnyTagClassName
{
color: #EA10DA;
}
</style>
background-color css
<style>
a { background-color: #EA10DA; }
a { background-color: rgb(234,16,218); }
div.DivClassName
{
background-color: #EA10DA;
}
.BgClassName
{
background-color: #EA10DA;
}
</style>
border-color css
<style>
span { border-color: #EA10DA; }
span { border-color: rgb(234,16,218); }
td.TdClassName
{
border-color: #EA10DA;
}
.TagClassName
{
border-color: #EA10DA;
}
</style>