Shades of Hot Magenta #E913E2
Tints of Hot Magenta #E913E2
RGB
CMYK
RGB Variations
Color information
#E913E2 (or 0xE913E2) is known color: Hot Magenta. HEX triplet: E9, 13 and E2. RGB value is (233,19,226). Sum of RGB (Red+Green+Blue) = 233+19+226=478 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.74% from 478); Green value is 19 (7.81% from 255 or 3.97% from 478); Blue value is 226 (88.67% from 255 or 47.28% from 478); Max value from RGB is 233 - color contains mainly: red. Hex color #E913E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E913E2 is #16EC1D. Grayscale: #696969. Windows color (decimal): -1502238 or 14816233. OLE color: 14816233.
HSL color Cylindrical-coordinate representation of color #E913E2: hue angle of 301.96º degrees, saturation: 0.85, 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 #E913E2 is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 19 | 226 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.09 |
| HSL | 301.96º | 0.85% | 0.49% | - |
| HSV(B) | 301.96º | 0.92% | 0.91% | - |
| XYZ | 47.56 | 23.28 | 73.94 | - |
| YUV | 106.58 | 195.4 | 218.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 19 | 226 | 0 | 0.92 | 0.03 | 0.09 | 301.96 | 0.85 | 0.49 |
| Hex | E9 | 13 | E2 | 0 | 5C | 3 | 9 | 12E | 55 | 31 |
| Octal | 351 | 23 | 342 | 0 | 134 | 3 | 11 | 456 | 125 | 61 |
| Binary | 11101001 | 10011 | 11100010 | 0 | 1011100 | 11 | 1001 | 100101110 | 1010101 | 110001 |
Color Harmonies of #E913E2
Complementary color
Monochromatic Colors of #E913E2
Black with #E913E2
Text Example
Text Example
White with #E913E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E913E2; }
p { color: rgb(233,19,226); }
H1.HeaderClassName
{
color: #E913E2;
}
.AnyTagClassName
{
color: #E913E2;
}
</style>
background-color css
<style>
a { background-color: #E913E2; }
a { background-color: rgb(233,19,226); }
div.DivClassName
{
background-color: #E913E2;
}
.BgClassName
{
background-color: #E913E2;
}
</style>
border-color css
<style>
span { border-color: #E913E2; }
span { border-color: rgb(233,19,226); }
td.TdClassName
{
border-color: #E913E2;
}
.TagClassName
{
border-color: #E913E2;
}
</style>