Shades of Hot Magenta #E915D9
Tints of Hot Magenta #E915D9
RGB
CMYK
RGB Variations
Color information
#E915D9 (or 0xE915D9) is known color: Hot Magenta. HEX triplet: E9, 15 and D9. RGB value is (233,21,217). Sum of RGB (Red+Green+Blue) = 233+21+217=471 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.47% from 471); Green value is 21 (8.59% from 255 or 4.46% from 471); Blue value is 217 (85.16% from 255 or 46.07% from 471); Max value from RGB is 233 - color contains mainly: red. Hex color #E915D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E915D9 is #16EA26. Grayscale: #6A6A6A. Windows color (decimal): -1501735 or 14226921. OLE color: 14226921.
HSL color Cylindrical-coordinate representation of color #E915D9: hue angle of 304.53º 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 #E915D9 is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 21 | 217 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.09 |
| HSL | 304.53º | 0.83% | 0.5% | - |
| HSV(B) | 304.53º | 0.91% | 0.91% | - |
| XYZ | 46.4 | 22.87 | 67.61 | - |
| YUV | 106.73 | 190.24 | 218.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 21 | 217 | 0 | 0.91 | 0.07 | 0.09 | 304.53 | 0.83 | 0.5 |
| Hex | E9 | 15 | D9 | 0 | 5B | 7 | 9 | 131 | 53 | 32 |
| Octal | 351 | 25 | 331 | 0 | 133 | 7 | 11 | 461 | 123 | 62 |
| Binary | 11101001 | 10101 | 11011001 | 0 | 1011011 | 111 | 1001 | 100110001 | 1010011 | 110010 |
Color Harmonies of #E915D9
Complementary color
Monochromatic Colors of #E915D9
Black with #E915D9
Text Example
Text Example
White with #E915D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E915D9; }
p { color: rgb(233,21,217); }
H1.HeaderClassName
{
color: #E915D9;
}
.AnyTagClassName
{
color: #E915D9;
}
</style>
background-color css
<style>
a { background-color: #E915D9; }
a { background-color: rgb(233,21,217); }
div.DivClassName
{
background-color: #E915D9;
}
.BgClassName
{
background-color: #E915D9;
}
</style>
border-color css
<style>
span { border-color: #E915D9; }
span { border-color: rgb(233,21,217); }
td.TdClassName
{
border-color: #E915D9;
}
.TagClassName
{
border-color: #E915D9;
}
</style>