Shades of Hot Magenta #E901D8
Tints of Hot Magenta #E901D8
RGB
CMYK
RGB Variations
Color information
#E901D8 (or 0xE901D8) is known color: Hot Magenta. HEX triplet: E9, 01 and D8. RGB value is (233,1,216). Sum of RGB (Red+Green+Blue) = 233+1+216=450 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.78% from 450); Green value is 1 (0.78% from 255 or 0.22% from 450); Blue value is 216 (84.77% from 255 or 48% from 450); Max value from RGB is 233 - color contains mainly: red. Hex color #E901D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E901D8 is #16FE27. Grayscale: #5E5E5E. Windows color (decimal): -1506856 or 14156265. OLE color: 14156265.
HSL color Cylindrical-coordinate representation of color #E901D8: hue angle of 304.4º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E901D8 is Cyan = 0, Magento = 1.00, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 1 | 216 | - |
| CMYK | 0 | 1.00 | 0.07 | 0.09 |
| HSL | 304.4º | 0.99% | 0.46% | - |
| HSV(B) | 304.4º | 1% | 0.91% | - |
| XYZ | 46.01 | 22.3 | 66.85 | - |
| YUV | 94.88 | 196.36 | 226.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 1 | 216 | 0 | 1.00 | 0.07 | 0.09 | 304.4 | 0.99 | 0.46 |
| Hex | E9 | 1 | D8 | 0 | 64 | 7 | 9 | 130 | 63 | 2E |
| Octal | 351 | 1 | 330 | 0 | 144 | 7 | 11 | 460 | 143 | 56 |
| Binary | 11101001 | 1 | 11011000 | 0 | 1100100 | 111 | 1001 | 100110000 | 1100011 | 101110 |
Color Harmonies of #E901D8
Complementary color
Monochromatic Colors of #E901D8
Black with #E901D8
Text Example
Text Example
White with #E901D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E901D8; }
p { color: rgb(233,1,216); }
H1.HeaderClassName
{
color: #E901D8;
}
.AnyTagClassName
{
color: #E901D8;
}
</style>
background-color css
<style>
a { background-color: #E901D8; }
a { background-color: rgb(233,1,216); }
div.DivClassName
{
background-color: #E901D8;
}
.BgClassName
{
background-color: #E901D8;
}
</style>
border-color css
<style>
span { border-color: #E901D8; }
span { border-color: rgb(233,1,216); }
td.TdClassName
{
border-color: #E901D8;
}
.TagClassName
{
border-color: #E901D8;
}
</style>