Shades of Hot Magenta #E505C9
Tints of Hot Magenta #E505C9
RGB
CMYK
RGB Variations
Color information
#E505C9 (or 0xE505C9) is known color: Hot Magenta. HEX triplet: E5, 05 and C9. RGB value is (229,5,201). Sum of RGB (Red+Green+Blue) = 229+5+201=435 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.64% from 435); Green value is 5 (2.34% from 255 or 1.15% from 435); Blue value is 201 (78.91% from 255 or 46.21% from 435); Max value from RGB is 229 - color contains mainly: red. Hex color #E505C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E505C9 is #1AFA36. Grayscale: #5D5D5D. Windows color (decimal): -1767991 or 13174245. OLE color: 13174245.
HSL color Cylindrical-coordinate representation of color #E505C9: hue angle of 307.5º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E505C9 is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 5 | 201 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.10 |
| HSL | 307.5º | 0.96% | 0.46% | - |
| HSV(B) | 307.5º | 0.98% | 0.9% | - |
| XYZ | 42.91 | 20.98 | 57.05 | - |
| YUV | 94.32 | 188.21 | 224.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 5 | 201 | 0 | 0.98 | 0.12 | 0.10 | 307.5 | 0.96 | 0.46 |
| Hex | E5 | 5 | C9 | 0 | 62 | C | A | 134 | 60 | 2E |
| Octal | 345 | 5 | 311 | 0 | 142 | 14 | 12 | 464 | 140 | 56 |
| Binary | 11100101 | 101 | 11001001 | 0 | 1100010 | 1100 | 1010 | 100110100 | 1100000 | 101110 |
Color Harmonies of #E505C9
Complementary color
Monochromatic Colors of #E505C9
Black with #E505C9
Text Example
Text Example
White with #E505C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E505C9; }
p { color: rgb(229,5,201); }
H1.HeaderClassName
{
color: #E505C9;
}
.AnyTagClassName
{
color: #E505C9;
}
</style>
background-color css
<style>
a { background-color: #E505C9; }
a { background-color: rgb(229,5,201); }
div.DivClassName
{
background-color: #E505C9;
}
.BgClassName
{
background-color: #E505C9;
}
</style>
border-color css
<style>
span { border-color: #E505C9; }
span { border-color: rgb(229,5,201); }
td.TdClassName
{
border-color: #E505C9;
}
.TagClassName
{
border-color: #E505C9;
}
</style>