Shades of Hot Magenta #E901D0
Tints of Hot Magenta #E901D0
RGB
CMYK
RGB Variations
Color information
#E901D0 (or 0xE901D0) is known color: Hot Magenta. HEX triplet: E9, 01 and D0. RGB value is (233,1,208). Sum of RGB (Red+Green+Blue) = 233+1+208=442 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.71% from 442); Green value is 1 (0.78% from 255 or 0.23% from 442); Blue value is 208 (81.64% from 255 or 47.06% from 442); Max value from RGB is 233 - color contains mainly: red. Hex color #E901D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E901D0 is #16FE2F. Grayscale: #5D5D5D. Windows color (decimal): -1506864 or 13631977. OLE color: 13631977.
HSL color Cylindrical-coordinate representation of color #E901D0: hue angle of 306.47º 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 #E901D0 is Cyan = 0, Magento = 1.00, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 1 | 208 | - |
| CMYK | 0 | 1.00 | 0.11 | 0.09 |
| HSL | 306.47º | 0.99% | 0.46% | - |
| HSV(B) | 306.47º | 1% | 0.91% | - |
| XYZ | 45 | 21.9 | 61.53 | - |
| YUV | 93.97 | 192.36 | 227.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 1 | 208 | 0 | 1.00 | 0.11 | 0.09 | 306.47 | 0.99 | 0.46 |
| Hex | E9 | 1 | D0 | 0 | 64 | B | 9 | 132 | 63 | 2E |
| Octal | 351 | 1 | 320 | 0 | 144 | 13 | 11 | 462 | 143 | 56 |
| Binary | 11101001 | 1 | 11010000 | 0 | 1100100 | 1011 | 1001 | 100110010 | 1100011 | 101110 |
Color Harmonies of #E901D0
Complementary color
Monochromatic Colors of #E901D0
Black with #E901D0
Text Example
Text Example
White with #E901D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E901D0; }
p { color: rgb(233,1,208); }
H1.HeaderClassName
{
color: #E901D0;
}
.AnyTagClassName
{
color: #E901D0;
}
</style>
background-color css
<style>
a { background-color: #E901D0; }
a { background-color: rgb(233,1,208); }
div.DivClassName
{
background-color: #E901D0;
}
.BgClassName
{
background-color: #E901D0;
}
</style>
border-color css
<style>
span { border-color: #E901D0; }
span { border-color: rgb(233,1,208); }
td.TdClassName
{
border-color: #E901D0;
}
.TagClassName
{
border-color: #E901D0;
}
</style>