Shades of Hot Magenta #E501CA
Tints of Hot Magenta #E501CA
RGB
CMYK
RGB Variations
Color information
#E501CA (or 0xE501CA) is known color: Hot Magenta. HEX triplet: E5, 01 and CA. RGB value is (229,1,202). Sum of RGB (Red+Green+Blue) = 229+1+202=432 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.01% from 432); Green value is 1 (0.78% from 255 or 0.23% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 229 - color contains mainly: red. Hex color #E501CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E501CA is #1AFE35. Grayscale: #5B5B5B. Windows color (decimal): -1769014 or 13238757. OLE color: 13238757.
HSL color Cylindrical-coordinate representation of color #E501CA: hue angle of 307.11º 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 #E501CA is Cyan = 0, Magento = 1.00, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 1 | 202 | - |
| CMYK | 0 | 1.00 | 0.12 | 0.10 |
| HSL | 307.11º | 0.99% | 0.45% | - |
| HSV(B) | 307.11º | 1% | 0.9% | - |
| XYZ | 42.98 | 20.94 | 57.65 | - |
| YUV | 92.09 | 190.04 | 225.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 1 | 202 | 0 | 1.00 | 0.12 | 0.10 | 307.11 | 0.99 | 0.45 |
| Hex | E5 | 1 | CA | 0 | 64 | C | A | 133 | 63 | 2D |
| Octal | 345 | 1 | 312 | 0 | 144 | 14 | 12 | 463 | 143 | 55 |
| Binary | 11100101 | 1 | 11001010 | 0 | 1100100 | 1100 | 1010 | 100110011 | 1100011 | 101101 |
Color Harmonies of #E501CA
Complementary color
Monochromatic Colors of #E501CA
Black with #E501CA
Text Example
Text Example
White with #E501CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E501CA; }
p { color: rgb(229,1,202); }
H1.HeaderClassName
{
color: #E501CA;
}
.AnyTagClassName
{
color: #E501CA;
}
</style>
background-color css
<style>
a { background-color: #E501CA; }
a { background-color: rgb(229,1,202); }
div.DivClassName
{
background-color: #E501CA;
}
.BgClassName
{
background-color: #E501CA;
}
</style>
border-color css
<style>
span { border-color: #E501CA; }
span { border-color: rgb(229,1,202); }
td.TdClassName
{
border-color: #E501CA;
}
.TagClassName
{
border-color: #E501CA;
}
</style>