Shades of Hot Magenta #E503CA
Tints of Hot Magenta #E503CA
RGB
CMYK
RGB Variations
Color information
#E503CA (or 0xE503CA) is known color: Hot Magenta. HEX triplet: E5, 03 and CA. RGB value is (229,3,202). Sum of RGB (Red+Green+Blue) = 229+3+202=434 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.76% from 434); Green value is 3 (1.56% from 255 or 0.69% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 229 - color contains mainly: red. Hex color #E503CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E503CA is #1AFC35. Grayscale: #5C5C5C. Windows color (decimal): -1768502 or 13239269. OLE color: 13239269.
HSL color Cylindrical-coordinate representation of color #E503CA: hue angle of 307.17º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E503CA is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 3 | 202 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.10 |
| HSL | 307.17º | 0.97% | 0.45% | - |
| HSV(B) | 307.17º | 0.99% | 0.9% | - |
| XYZ | 43.01 | 20.99 | 57.66 | - |
| YUV | 93.26 | 189.37 | 224.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 3 | 202 | 0 | 0.99 | 0.12 | 0.10 | 307.17 | 0.97 | 0.45 |
| Hex | E5 | 3 | CA | 0 | 63 | C | A | 133 | 61 | 2D |
| Octal | 345 | 3 | 312 | 0 | 143 | 14 | 12 | 463 | 141 | 55 |
| Binary | 11100101 | 11 | 11001010 | 0 | 1100011 | 1100 | 1010 | 100110011 | 1100001 | 101101 |
Color Harmonies of #E503CA
Complementary color
Monochromatic Colors of #E503CA
Black with #E503CA
Text Example
Text Example
White with #E503CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E503CA; }
p { color: rgb(229,3,202); }
H1.HeaderClassName
{
color: #E503CA;
}
.AnyTagClassName
{
color: #E503CA;
}
</style>
background-color css
<style>
a { background-color: #E503CA; }
a { background-color: rgb(229,3,202); }
div.DivClassName
{
background-color: #E503CA;
}
.BgClassName
{
background-color: #E503CA;
}
</style>
border-color css
<style>
span { border-color: #E503CA; }
span { border-color: rgb(229,3,202); }
td.TdClassName
{
border-color: #E503CA;
}
.TagClassName
{
border-color: #E503CA;
}
</style>