Shades of Hot Magenta #E901D4
Tints of Hot Magenta #E901D4
RGB
CMYK
RGB Variations
Color information
#E901D4 (or 0xE901D4) is known color: Hot Magenta. HEX triplet: E9, 01 and D4. RGB value is (233,1,212). Sum of RGB (Red+Green+Blue) = 233+1+212=446 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.24% from 446); Green value is 1 (0.78% from 255 or 0.22% from 446); Blue value is 212 (83.20% from 255 or 47.53% from 446); Max value from RGB is 233 - color contains mainly: red. Hex color #E901D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E901D4 is #16FE2B. Grayscale: #5D5D5D. Windows color (decimal): -1506860 or 13894121. OLE color: 13894121.
HSL color Cylindrical-coordinate representation of color #E901D4: hue angle of 305.43º 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 #E901D4 is Cyan = 0, Magento = 1.00, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 1 | 212 | - |
| CMYK | 0 | 1.00 | 0.09 | 0.09 |
| HSL | 305.43º | 0.99% | 0.46% | - |
| HSV(B) | 305.43º | 1% | 0.91% | - |
| XYZ | 45.5 | 22.1 | 64.15 | - |
| YUV | 94.42 | 194.36 | 226.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 1 | 212 | 0 | 1.00 | 0.09 | 0.09 | 305.43 | 0.99 | 0.46 |
| Hex | E9 | 1 | D4 | 0 | 64 | 9 | 9 | 131 | 63 | 2E |
| Octal | 351 | 1 | 324 | 0 | 144 | 11 | 11 | 461 | 143 | 56 |
| Binary | 11101001 | 1 | 11010100 | 0 | 1100100 | 1001 | 1001 | 100110001 | 1100011 | 101110 |
Color Harmonies of #E901D4
Complementary color
Monochromatic Colors of #E901D4
Black with #E901D4
Text Example
Text Example
White with #E901D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E901D4; }
p { color: rgb(233,1,212); }
H1.HeaderClassName
{
color: #E901D4;
}
.AnyTagClassName
{
color: #E901D4;
}
</style>
background-color css
<style>
a { background-color: #E901D4; }
a { background-color: rgb(233,1,212); }
div.DivClassName
{
background-color: #E901D4;
}
.BgClassName
{
background-color: #E901D4;
}
</style>
border-color css
<style>
span { border-color: #E901D4; }
span { border-color: rgb(233,1,212); }
td.TdClassName
{
border-color: #E901D4;
}
.TagClassName
{
border-color: #E901D4;
}
</style>