Shades of Hot Magenta #E812DA
Tints of Hot Magenta #E812DA
RGB
CMYK
RGB Variations
Color information
#E812DA (or 0xE812DA) is known color: Hot Magenta. HEX triplet: E8, 12 and DA. RGB value is (232,18,218). Sum of RGB (Red+Green+Blue) = 232+18+218=468 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.57% from 468); Green value is 18 (7.42% from 255 or 3.85% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 232 - color contains mainly: red. Hex color #E812DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E812DA is #17ED25. Grayscale: #686868. Windows color (decimal): -1568038 or 14291688. OLE color: 14291688.
HSL color Cylindrical-coordinate representation of color #E812DA: hue angle of 303.93º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E812DA is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 18 | 218 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.09 |
| HSL | 303.93º | 0.86% | 0.49% | - |
| HSV(B) | 303.93º | 0.92% | 0.91% | - |
| XYZ | 46.15 | 22.65 | 68.27 | - |
| YUV | 104.79 | 191.9 | 218.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 18 | 218 | 0 | 0.92 | 0.06 | 0.09 | 303.93 | 0.86 | 0.49 |
| Hex | E8 | 12 | DA | 0 | 5C | 6 | 9 | 130 | 56 | 31 |
| Octal | 350 | 22 | 332 | 0 | 134 | 6 | 11 | 460 | 126 | 61 |
| Binary | 11101000 | 10010 | 11011010 | 0 | 1011100 | 110 | 1001 | 100110000 | 1010110 | 110001 |
Color Harmonies of #E812DA
Complementary color
Monochromatic Colors of #E812DA
Black with #E812DA
Text Example
Text Example
White with #E812DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E812DA; }
p { color: rgb(232,18,218); }
H1.HeaderClassName
{
color: #E812DA;
}
.AnyTagClassName
{
color: #E812DA;
}
</style>
background-color css
<style>
a { background-color: #E812DA; }
a { background-color: rgb(232,18,218); }
div.DivClassName
{
background-color: #E812DA;
}
.BgClassName
{
background-color: #E812DA;
}
</style>
border-color css
<style>
span { border-color: #E812DA; }
span { border-color: rgb(232,18,218); }
td.TdClassName
{
border-color: #E812DA;
}
.TagClassName
{
border-color: #E812DA;
}
</style>