Shades of Hot Magenta #E915E2
Tints of Hot Magenta #E915E2
RGB
CMYK
RGB Variations
Color information
#E915E2 (or 0xE915E2) is known color: Hot Magenta. HEX triplet: E9, 15 and E2. RGB value is (233,21,226). Sum of RGB (Red+Green+Blue) = 233+21+226=480 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.54% from 480); Green value is 21 (8.59% from 255 or 4.38% from 480); Blue value is 226 (88.67% from 255 or 47.08% from 480); Max value from RGB is 233 - color contains mainly: red. Hex color #E915E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E915E2 is #16EA1D. Grayscale: #6B6B6B. Windows color (decimal): -1501726 or 14816745. OLE color: 14816745.
HSL color Cylindrical-coordinate representation of color #E915E2: hue angle of 301.98º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E915E2 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 21 | 226 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.09 |
| HSL | 301.98º | 0.83% | 0.5% | - |
| HSV(B) | 301.98º | 0.91% | 0.91% | - |
| XYZ | 47.6 | 23.35 | 73.95 | - |
| YUV | 107.76 | 194.74 | 217.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 21 | 226 | 0 | 0.91 | 0.03 | 0.09 | 301.98 | 0.83 | 0.5 |
| Hex | E9 | 15 | E2 | 0 | 5B | 3 | 9 | 12E | 53 | 32 |
| Octal | 351 | 25 | 342 | 0 | 133 | 3 | 11 | 456 | 123 | 62 |
| Binary | 11101001 | 10101 | 11100010 | 0 | 1011011 | 11 | 1001 | 100101110 | 1010011 | 110010 |
Color Harmonies of #E915E2
Complementary color
Monochromatic Colors of #E915E2
Black with #E915E2
Text Example
Text Example
White with #E915E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E915E2; }
p { color: rgb(233,21,226); }
H1.HeaderClassName
{
color: #E915E2;
}
.AnyTagClassName
{
color: #E915E2;
}
</style>
background-color css
<style>
a { background-color: #E915E2; }
a { background-color: rgb(233,21,226); }
div.DivClassName
{
background-color: #E915E2;
}
.BgClassName
{
background-color: #E915E2;
}
</style>
border-color css
<style>
span { border-color: #E915E2; }
span { border-color: rgb(233,21,226); }
td.TdClassName
{
border-color: #E915E2;
}
.TagClassName
{
border-color: #E915E2;
}
</style>