Shades of Hot Magenta #EA17DA
Tints of Hot Magenta #EA17DA
RGB
CMYK
RGB Variations
Color information
#EA17DA (or 0xEA17DA) is known color: Hot Magenta. HEX triplet: EA, 17 and DA. RGB value is (234,23,218). Sum of RGB (Red+Green+Blue) = 234+23+218=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 23 (9.38% from 255 or 4.84% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 234 - color contains mainly: red. Hex color #EA17DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA17DA is #15E825. Grayscale: #6B6B6B. Windows color (decimal): -1435686 or 14292970. OLE color: 14292970.
HSL color Cylindrical-coordinate representation of color #EA17DA: hue angle of 304.55º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA17DA is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 23 | 218 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.08 |
| HSL | 304.55º | 0.83% | 0.5% | - |
| HSV(B) | 304.55º | 0.9% | 0.92% | - |
| XYZ | 46.89 | 23.17 | 68.33 | - |
| YUV | 108.32 | 189.9 | 217.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 23 | 218 | 0 | 0.90 | 0.07 | 0.08 | 304.55 | 0.83 | 0.5 |
| Hex | EA | 17 | DA | 0 | 5A | 7 | 8 | 131 | 53 | 32 |
| Octal | 352 | 27 | 332 | 0 | 132 | 7 | 10 | 461 | 123 | 62 |
| Binary | 11101010 | 10111 | 11011010 | 0 | 1011010 | 111 | 1000 | 100110001 | 1010011 | 110010 |
Color Harmonies of #EA17DA
Complementary color
Monochromatic Colors of #EA17DA
Black with #EA17DA
Text Example
Text Example
White with #EA17DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA17DA; }
p { color: rgb(234,23,218); }
H1.HeaderClassName
{
color: #EA17DA;
}
.AnyTagClassName
{
color: #EA17DA;
}
</style>
background-color css
<style>
a { background-color: #EA17DA; }
a { background-color: rgb(234,23,218); }
div.DivClassName
{
background-color: #EA17DA;
}
.BgClassName
{
background-color: #EA17DA;
}
</style>
border-color css
<style>
span { border-color: #EA17DA; }
span { border-color: rgb(234,23,218); }
td.TdClassName
{
border-color: #EA17DA;
}
.TagClassName
{
border-color: #EA17DA;
}
</style>