Shades of Hot Magenta #E501C7
Tints of Hot Magenta #E501C7
RGB
CMYK
RGB Variations
Color information
#E501C7 (or 0xE501C7) is known color: Hot Magenta. HEX triplet: E5, 01 and C7. RGB value is (229,1,199). Sum of RGB (Red+Green+Blue) = 229+1+199=429 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.38% from 429); Green value is 1 (0.78% from 255 or 0.23% from 429); Blue value is 199 (78.12% from 255 or 46.39% from 429); Max value from RGB is 229 - color contains mainly: red. Hex color #E501C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E501C7 is #1AFE38. Grayscale: #5B5B5B. Windows color (decimal): -1769017 or 13042149. OLE color: 13042149.
HSL color Cylindrical-coordinate representation of color #E501C7: hue angle of 307.89º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E501C7 is Cyan = 0, Magento = 1.00, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 1 | 199 | - |
| CMYK | 0 | 1.00 | 0.13 | 0.10 |
| HSL | 307.89º | 0.99% | 0.45% | - |
| HSV(B) | 307.89º | 1% | 0.9% | - |
| XYZ | 42.63 | 20.8 | 55.8 | - |
| YUV | 91.74 | 188.54 | 225.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 1 | 199 | 0 | 1.00 | 0.13 | 0.10 | 307.89 | 0.99 | 0.45 |
| Hex | E5 | 1 | C7 | 0 | 64 | D | A | 134 | 63 | 2D |
| Octal | 345 | 1 | 307 | 0 | 144 | 15 | 12 | 464 | 143 | 55 |
| Binary | 11100101 | 1 | 11000111 | 0 | 1100100 | 1101 | 1010 | 100110100 | 1100011 | 101101 |
Color Harmonies of #E501C7
Complementary color
Monochromatic Colors of #E501C7
Black with #E501C7
Text Example
Text Example
White with #E501C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E501C7; }
p { color: rgb(229,1,199); }
H1.HeaderClassName
{
color: #E501C7;
}
.AnyTagClassName
{
color: #E501C7;
}
</style>
background-color css
<style>
a { background-color: #E501C7; }
a { background-color: rgb(229,1,199); }
div.DivClassName
{
background-color: #E501C7;
}
.BgClassName
{
background-color: #E501C7;
}
</style>
border-color css
<style>
span { border-color: #E501C7; }
span { border-color: rgb(229,1,199); }
td.TdClassName
{
border-color: #E501C7;
}
.TagClassName
{
border-color: #E501C7;
}
</style>