Shades of Hot Magenta #E819DC
Tints of Hot Magenta #E819DC
RGB
CMYK
RGB Variations
Color information
#E819DC (or 0xE819DC) is known color: Hot Magenta. HEX triplet: E8, 19 and DC. RGB value is (232,25,220). Sum of RGB (Red+Green+Blue) = 232+25+220=477 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.64% from 477); Green value is 25 (10.16% from 255 or 5.24% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 232 - color contains mainly: red. Hex color #E819DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E819DC is #17E623. Grayscale: #6C6C6C. Windows color (decimal): -1566244 or 14424552. OLE color: 14424552.
HSL color Cylindrical-coordinate representation of color #E819DC: hue angle of 303.48º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E819DC is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 25 | 220 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.09 |
| HSL | 303.48º | 0.82% | 0.5% | - |
| HSV(B) | 303.48º | 0.89% | 0.91% | - |
| XYZ | 46.54 | 23.02 | 69.7 | - |
| YUV | 109.12 | 190.58 | 215.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 25 | 220 | 0 | 0.89 | 0.05 | 0.09 | 303.48 | 0.82 | 0.5 |
| Hex | E8 | 19 | DC | 0 | 59 | 5 | 9 | 12F | 52 | 32 |
| Octal | 350 | 31 | 334 | 0 | 131 | 5 | 11 | 457 | 122 | 62 |
| Binary | 11101000 | 11001 | 11011100 | 0 | 1011001 | 101 | 1001 | 100101111 | 1010010 | 110010 |
Color Harmonies of #E819DC
Complementary color
Monochromatic Colors of #E819DC
Black with #E819DC
Text Example
Text Example
White with #E819DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E819DC; }
p { color: rgb(232,25,220); }
H1.HeaderClassName
{
color: #E819DC;
}
.AnyTagClassName
{
color: #E819DC;
}
</style>
background-color css
<style>
a { background-color: #E819DC; }
a { background-color: rgb(232,25,220); }
div.DivClassName
{
background-color: #E819DC;
}
.BgClassName
{
background-color: #E819DC;
}
</style>
border-color css
<style>
span { border-color: #E819DC; }
span { border-color: rgb(232,25,220); }
td.TdClassName
{
border-color: #E819DC;
}
.TagClassName
{
border-color: #E819DC;
}
</style>