Shades of Hot Magenta #EA12E2
Tints of Hot Magenta #EA12E2
RGB
CMYK
RGB Variations
Color information
#EA12E2 (or 0xEA12E2) is known color: Hot Magenta. HEX triplet: EA, 12 and E2. RGB value is (234,18,226). Sum of RGB (Red+Green+Blue) = 234+18+226=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 18 (7.42% from 255 or 3.77% from 478); Blue value is 226 (88.67% from 255 or 47.28% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EA12E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA12E2 is #15ED1D. Grayscale: #696969. Windows color (decimal): -1436958 or 14815978. OLE color: 14815978.
HSL color Cylindrical-coordinate representation of color #EA12E2: hue angle of 302.22º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EA12E2 is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 18 | 226 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.08 |
| HSL | 302.22º | 0.86% | 0.49% | - |
| HSV(B) | 302.22º | 0.92% | 0.92% | - |
| XYZ | 47.88 | 23.42 | 73.95 | - |
| YUV | 106.3 | 195.56 | 219.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 18 | 226 | 0 | 0.92 | 0.03 | 0.08 | 302.22 | 0.86 | 0.49 |
| Hex | EA | 12 | E2 | 0 | 5C | 3 | 8 | 12E | 56 | 31 |
| Octal | 352 | 22 | 342 | 0 | 134 | 3 | 10 | 456 | 126 | 61 |
| Binary | 11101010 | 10010 | 11100010 | 0 | 1011100 | 11 | 1000 | 100101110 | 1010110 | 110001 |
Color Harmonies of #EA12E2
Complementary color
Monochromatic Colors of #EA12E2
Black with #EA12E2
Text Example
Text Example
White with #EA12E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA12E2; }
p { color: rgb(234,18,226); }
H1.HeaderClassName
{
color: #EA12E2;
}
.AnyTagClassName
{
color: #EA12E2;
}
</style>
background-color css
<style>
a { background-color: #EA12E2; }
a { background-color: rgb(234,18,226); }
div.DivClassName
{
background-color: #EA12E2;
}
.BgClassName
{
background-color: #EA12E2;
}
</style>
border-color css
<style>
span { border-color: #EA12E2; }
span { border-color: rgb(234,18,226); }
td.TdClassName
{
border-color: #EA12E2;
}
.TagClassName
{
border-color: #EA12E2;
}
</style>