Shades of Hot Magenta #E911D5
Tints of Hot Magenta #E911D5
RGB
CMYK
RGB Variations
Color information
#E911D5 (or 0xE911D5) is known color: Hot Magenta. HEX triplet: E9, 11 and D5. RGB value is (233,17,213). Sum of RGB (Red+Green+Blue) = 233+17+213=463 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.32% from 463); Green value is 17 (7.03% from 255 or 3.67% from 463); Blue value is 213 (83.59% from 255 or 46.00% from 463); Max value from RGB is 233 - color contains mainly: red. Hex color #E911D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E911D5 is #16EE2A. Grayscale: #676767. Windows color (decimal): -1502763 or 13963753. OLE color: 13963753.
HSL color Cylindrical-coordinate representation of color #E911D5: hue angle of 305.56º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E911D5 is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 17 | 213 | - |
| CMYK | 0 | 0.93 | 0.09 | 0.09 |
| HSL | 305.56º | 0.86% | 0.49% | - |
| HSV(B) | 305.56º | 0.93% | 0.91% | - |
| XYZ | 45.81 | 22.53 | 64.88 | - |
| YUV | 103.93 | 189.56 | 220.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 17 | 213 | 0 | 0.93 | 0.09 | 0.09 | 305.56 | 0.86 | 0.49 |
| Hex | E9 | 11 | D5 | 0 | 5D | 9 | 9 | 132 | 56 | 31 |
| Octal | 351 | 21 | 325 | 0 | 135 | 11 | 11 | 462 | 126 | 61 |
| Binary | 11101001 | 10001 | 11010101 | 0 | 1011101 | 1001 | 1001 | 100110010 | 1010110 | 110001 |
Color Harmonies of #E911D5
Complementary color
Monochromatic Colors of #E911D5
Black with #E911D5
Text Example
Text Example
White with #E911D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E911D5; }
p { color: rgb(233,17,213); }
H1.HeaderClassName
{
color: #E911D5;
}
.AnyTagClassName
{
color: #E911D5;
}
</style>
background-color css
<style>
a { background-color: #E911D5; }
a { background-color: rgb(233,17,213); }
div.DivClassName
{
background-color: #E911D5;
}
.BgClassName
{
background-color: #E911D5;
}
</style>
border-color css
<style>
span { border-color: #E911D5; }
span { border-color: rgb(233,17,213); }
td.TdClassName
{
border-color: #E911D5;
}
.TagClassName
{
border-color: #E911D5;
}
</style>