Shades of Hot Magenta #E912E2
Tints of Hot Magenta #E912E2
RGB
CMYK
RGB Variations
Color information
#E912E2 (or 0xE912E2) is known color: Hot Magenta. HEX triplet: E9, 12 and E2. RGB value is (233,18,226). Sum of RGB (Red+Green+Blue) = 233+18+226=477 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.85% from 477); Green value is 18 (7.42% from 255 or 3.77% from 477); Blue value is 226 (88.67% from 255 or 47.38% from 477); Max value from RGB is 233 - color contains mainly: red. Hex color #E912E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E912E2 is #16ED1D. Grayscale: #696969. Windows color (decimal): -1502494 or 14815977. OLE color: 14815977.
HSL color Cylindrical-coordinate representation of color #E912E2: hue angle of 301.95º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E912E2 is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 18 | 226 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.09 |
| HSL | 301.95º | 0.86% | 0.49% | - |
| HSV(B) | 301.95º | 0.92% | 0.91% | - |
| XYZ | 47.55 | 23.25 | 73.93 | - |
| YUV | 106 | 195.73 | 218.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 18 | 226 | 0 | 0.92 | 0.03 | 0.09 | 301.95 | 0.86 | 0.49 |
| Hex | E9 | 12 | E2 | 0 | 5C | 3 | 9 | 12E | 56 | 31 |
| Octal | 351 | 22 | 342 | 0 | 134 | 3 | 11 | 456 | 126 | 61 |
| Binary | 11101001 | 10010 | 11100010 | 0 | 1011100 | 11 | 1001 | 100101110 | 1010110 | 110001 |
Color Harmonies of #E912E2
Complementary color
Monochromatic Colors of #E912E2
Black with #E912E2
Text Example
Text Example
White with #E912E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E912E2; }
p { color: rgb(233,18,226); }
H1.HeaderClassName
{
color: #E912E2;
}
.AnyTagClassName
{
color: #E912E2;
}
</style>
background-color css
<style>
a { background-color: #E912E2; }
a { background-color: rgb(233,18,226); }
div.DivClassName
{
background-color: #E912E2;
}
.BgClassName
{
background-color: #E912E2;
}
</style>
border-color css
<style>
span { border-color: #E912E2; }
span { border-color: rgb(233,18,226); }
td.TdClassName
{
border-color: #E912E2;
}
.TagClassName
{
border-color: #E912E2;
}
</style>