Shades of Hot Magenta #E506C9
Tints of Hot Magenta #E506C9
RGB
CMYK
RGB Variations
Color information
#E506C9 (or 0xE506C9) is known color: Hot Magenta. HEX triplet: E5, 06 and C9. RGB value is (229,6,201). Sum of RGB (Red+Green+Blue) = 229+6+201=436 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.52% from 436); Green value is 6 (2.73% from 255 or 1.38% from 436); Blue value is 201 (78.91% from 255 or 46.10% from 436); Max value from RGB is 229 - color contains mainly: red. Hex color #E506C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E506C9 is #1AF936. Grayscale: #5E5E5E. Windows color (decimal): -1767735 or 13174501. OLE color: 13174501.
HSL color Cylindrical-coordinate representation of color #E506C9: hue angle of 307.53º degrees, saturation: 0.95, 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 #E506C9 is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 6 | 201 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.10 |
| HSL | 307.53º | 0.95% | 0.46% | - |
| HSV(B) | 307.53º | 0.97% | 0.9% | - |
| XYZ | 42.92 | 21.01 | 57.05 | - |
| YUV | 94.91 | 187.88 | 223.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 6 | 201 | 0 | 0.97 | 0.12 | 0.10 | 307.53 | 0.95 | 0.46 |
| Hex | E5 | 6 | C9 | 0 | 61 | C | A | 134 | 5F | 2E |
| Octal | 345 | 6 | 311 | 0 | 141 | 14 | 12 | 464 | 137 | 56 |
| Binary | 11100101 | 110 | 11001001 | 0 | 1100001 | 1100 | 1010 | 100110100 | 1011111 | 101110 |
Color Harmonies of #E506C9
Complementary color
Monochromatic Colors of #E506C9
Black with #E506C9
Text Example
Text Example
White with #E506C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E506C9; }
p { color: rgb(229,6,201); }
H1.HeaderClassName
{
color: #E506C9;
}
.AnyTagClassName
{
color: #E506C9;
}
</style>
background-color css
<style>
a { background-color: #E506C9; }
a { background-color: rgb(229,6,201); }
div.DivClassName
{
background-color: #E506C9;
}
.BgClassName
{
background-color: #E506C9;
}
</style>
border-color css
<style>
span { border-color: #E506C9; }
span { border-color: rgb(229,6,201); }
td.TdClassName
{
border-color: #E506C9;
}
.TagClassName
{
border-color: #E506C9;
}
</style>