Shades of Hot Magenta #E507C9
Tints of Hot Magenta #E507C9
RGB
CMYK
RGB Variations
Color information
#E507C9 (or 0xE507C9) is known color: Hot Magenta. HEX triplet: E5, 07 and C9. RGB value is (229,7,201). Sum of RGB (Red+Green+Blue) = 229+7+201=437 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.40% from 437); Green value is 7 (3.12% from 255 or 1.60% from 437); Blue value is 201 (78.91% from 255 or 46.00% from 437); Max value from RGB is 229 - color contains mainly: red. Hex color #E507C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E507C9 is #1AF836. Grayscale: #5E5E5E. Windows color (decimal): -1767479 or 13174757. OLE color: 13174757.
HSL color Cylindrical-coordinate representation of color #E507C9: hue angle of 307.57º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E507C9 is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 7 | 201 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.10 |
| HSL | 307.57º | 0.94% | 0.46% | - |
| HSV(B) | 307.57º | 0.97% | 0.9% | - |
| XYZ | 42.93 | 21.03 | 57.05 | - |
| YUV | 95.49 | 187.55 | 223.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 7 | 201 | 0 | 0.97 | 0.12 | 0.10 | 307.57 | 0.94 | 0.46 |
| Hex | E5 | 7 | C9 | 0 | 61 | C | A | 134 | 5E | 2E |
| Octal | 345 | 7 | 311 | 0 | 141 | 14 | 12 | 464 | 136 | 56 |
| Binary | 11100101 | 111 | 11001001 | 0 | 1100001 | 1100 | 1010 | 100110100 | 1011110 | 101110 |
Color Harmonies of #E507C9
Complementary color
Monochromatic Colors of #E507C9
Black with #E507C9
Text Example
Text Example
White with #E507C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E507C9; }
p { color: rgb(229,7,201); }
H1.HeaderClassName
{
color: #E507C9;
}
.AnyTagClassName
{
color: #E507C9;
}
</style>
background-color css
<style>
a { background-color: #E507C9; }
a { background-color: rgb(229,7,201); }
div.DivClassName
{
background-color: #E507C9;
}
.BgClassName
{
background-color: #E507C9;
}
</style>
border-color css
<style>
span { border-color: #E507C9; }
span { border-color: rgb(229,7,201); }
td.TdClassName
{
border-color: #E507C9;
}
.TagClassName
{
border-color: #E507C9;
}
</style>