Shades of Hot Magenta #EA19E2
Tints of Hot Magenta #EA19E2
RGB
CMYK
RGB Variations
Color information
#EA19E2 (or 0xEA19E2) is known color: Hot Magenta. HEX triplet: EA, 19 and E2. RGB value is (234,25,226). Sum of RGB (Red+Green+Blue) = 234+25+226=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 25 (10.16% from 255 or 5.15% from 485); Blue value is 226 (88.67% from 255 or 46.60% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EA19E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA19E2 is #15E61D. Grayscale: #6D6D6D. Windows color (decimal): -1435166 or 14817770. OLE color: 14817770.
HSL color Cylindrical-coordinate representation of color #EA19E2: hue angle of 302.3º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA19E2 is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 25 | 226 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.08 |
| HSL | 302.3º | 0.83% | 0.51% | - |
| HSV(B) | 302.3º | 0.89% | 0.92% | - |
| XYZ | 48.01 | 23.68 | 73.99 | - |
| YUV | 110.41 | 193.24 | 216.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 25 | 226 | 0 | 0.89 | 0.03 | 0.08 | 302.3 | 0.83 | 0.51 |
| Hex | EA | 19 | E2 | 0 | 59 | 3 | 8 | 12E | 53 | 33 |
| Octal | 352 | 31 | 342 | 0 | 131 | 3 | 10 | 456 | 123 | 63 |
| Binary | 11101010 | 11001 | 11100010 | 0 | 1011001 | 11 | 1000 | 100101110 | 1010011 | 110011 |
Color Harmonies of #EA19E2
Complementary color
Monochromatic Colors of #EA19E2
Black with #EA19E2
Text Example
Text Example
White with #EA19E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA19E2; }
p { color: rgb(234,25,226); }
H1.HeaderClassName
{
color: #EA19E2;
}
.AnyTagClassName
{
color: #EA19E2;
}
</style>
background-color css
<style>
a { background-color: #EA19E2; }
a { background-color: rgb(234,25,226); }
div.DivClassName
{
background-color: #EA19E2;
}
.BgClassName
{
background-color: #EA19E2;
}
</style>
border-color css
<style>
span { border-color: #EA19E2; }
span { border-color: rgb(234,25,226); }
td.TdClassName
{
border-color: #EA19E2;
}
.TagClassName
{
border-color: #EA19E2;
}
</style>