Shades of Hot Magenta #E501C4
Tints of Hot Magenta #E501C4
RGB
CMYK
RGB Variations
Color information
#E501C4 (or 0xE501C4) is known color: Hot Magenta. HEX triplet: E5, 01 and C4. RGB value is (229,1,196). Sum of RGB (Red+Green+Blue) = 229+1+196=426 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.76% from 426); Green value is 1 (0.78% from 255 or 0.23% from 426); Blue value is 196 (76.95% from 255 or 46.01% from 426); Max value from RGB is 229 - color contains mainly: red. Hex color #E501C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E501C4 is #1AFE3B. Grayscale: #5A5A5A. Windows color (decimal): -1769020 or 12845541. OLE color: 12845541.
HSL color Cylindrical-coordinate representation of color #E501C4: hue angle of 308.68º 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 #E501C4 is Cyan = 0, Magento = 1.00, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 1 | 196 | - |
| CMYK | 0 | 1.00 | 0.14 | 0.10 |
| HSL | 308.68º | 0.99% | 0.45% | - |
| HSV(B) | 308.68º | 1% | 0.9% | - |
| XYZ | 42.29 | 20.67 | 53.98 | - |
| YUV | 91.4 | 187.04 | 226.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 1 | 196 | 0 | 1.00 | 0.14 | 0.10 | 308.68 | 0.99 | 0.45 |
| Hex | E5 | 1 | C4 | 0 | 64 | E | A | 135 | 63 | 2D |
| Octal | 345 | 1 | 304 | 0 | 144 | 16 | 12 | 465 | 143 | 55 |
| Binary | 11100101 | 1 | 11000100 | 0 | 1100100 | 1110 | 1010 | 100110101 | 1100011 | 101101 |
Color Harmonies of #E501C4
Complementary color
Monochromatic Colors of #E501C4
Black with #E501C4
Text Example
Text Example
White with #E501C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E501C4; }
p { color: rgb(229,1,196); }
H1.HeaderClassName
{
color: #E501C4;
}
.AnyTagClassName
{
color: #E501C4;
}
</style>
background-color css
<style>
a { background-color: #E501C4; }
a { background-color: rgb(229,1,196); }
div.DivClassName
{
background-color: #E501C4;
}
.BgClassName
{
background-color: #E501C4;
}
</style>
border-color css
<style>
span { border-color: #E501C4; }
span { border-color: rgb(229,1,196); }
td.TdClassName
{
border-color: #E501C4;
}
.TagClassName
{
border-color: #E501C4;
}
</style>