Shades of Hot Magenta #E914D9
Tints of Hot Magenta #E914D9
RGB
CMYK
RGB Variations
Color information
#E914D9 (or 0xE914D9) is known color: Hot Magenta. HEX triplet: E9, 14 and D9. RGB value is (233,20,217). Sum of RGB (Red+Green+Blue) = 233+20+217=470 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.57% from 470); Green value is 20 (8.20% from 255 or 4.26% from 470); Blue value is 217 (85.16% from 255 or 46.17% from 470); Max value from RGB is 233 - color contains mainly: red. Hex color #E914D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E914D9 is #16EB26. Grayscale: #696969. Windows color (decimal): -1501991 or 14226665. OLE color: 14226665.
HSL color Cylindrical-coordinate representation of color #E914D9: hue angle of 304.51º degrees, saturation: 0.84, 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 #E914D9 is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 20 | 217 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.09 |
| HSL | 304.51º | 0.84% | 0.5% | - |
| HSV(B) | 304.51º | 0.91% | 0.91% | - |
| XYZ | 46.38 | 22.83 | 67.61 | - |
| YUV | 106.15 | 190.57 | 218.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 20 | 217 | 0 | 0.91 | 0.07 | 0.09 | 304.51 | 0.84 | 0.5 |
| Hex | E9 | 14 | D9 | 0 | 5B | 7 | 9 | 131 | 54 | 32 |
| Octal | 351 | 24 | 331 | 0 | 133 | 7 | 11 | 461 | 124 | 62 |
| Binary | 11101001 | 10100 | 11011001 | 0 | 1011011 | 111 | 1001 | 100110001 | 1010100 | 110010 |
Color Harmonies of #E914D9
Complementary color
Monochromatic Colors of #E914D9
Black with #E914D9
Text Example
Text Example
White with #E914D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E914D9; }
p { color: rgb(233,20,217); }
H1.HeaderClassName
{
color: #E914D9;
}
.AnyTagClassName
{
color: #E914D9;
}
</style>
background-color css
<style>
a { background-color: #E914D9; }
a { background-color: rgb(233,20,217); }
div.DivClassName
{
background-color: #E914D9;
}
.BgClassName
{
background-color: #E914D9;
}
</style>
border-color css
<style>
span { border-color: #E914D9; }
span { border-color: rgb(233,20,217); }
td.TdClassName
{
border-color: #E914D9;
}
.TagClassName
{
border-color: #E914D9;
}
</style>