Shades of Hot Magenta #E813DA
Tints of Hot Magenta #E813DA
RGB
CMYK
RGB Variations
Color information
#E813DA (or 0xE813DA) is known color: Hot Magenta. HEX triplet: E8, 13 and DA. RGB value is (232,19,218). Sum of RGB (Red+Green+Blue) = 232+19+218=469 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.47% from 469); Green value is 19 (7.81% from 255 or 4.05% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 232 - color contains mainly: red. Hex color #E813DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E813DA is #17EC25. Grayscale: #686868. Windows color (decimal): -1567782 or 14291944. OLE color: 14291944.
HSL color Cylindrical-coordinate representation of color #E813DA: hue angle of 303.94º degrees, saturation: 0.85, 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 #E813DA is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 19 | 218 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.09 |
| HSL | 303.94º | 0.85% | 0.49% | - |
| HSV(B) | 303.94º | 0.92% | 0.91% | - |
| XYZ | 46.17 | 22.68 | 68.27 | - |
| YUV | 105.37 | 191.57 | 218.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 19 | 218 | 0 | 0.92 | 0.06 | 0.09 | 303.94 | 0.85 | 0.49 |
| Hex | E8 | 13 | DA | 0 | 5C | 6 | 9 | 130 | 55 | 31 |
| Octal | 350 | 23 | 332 | 0 | 134 | 6 | 11 | 460 | 125 | 61 |
| Binary | 11101000 | 10011 | 11011010 | 0 | 1011100 | 110 | 1001 | 100110000 | 1010101 | 110001 |
Color Harmonies of #E813DA
Complementary color
Monochromatic Colors of #E813DA
Black with #E813DA
Text Example
Text Example
White with #E813DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E813DA; }
p { color: rgb(232,19,218); }
H1.HeaderClassName
{
color: #E813DA;
}
.AnyTagClassName
{
color: #E813DA;
}
</style>
background-color css
<style>
a { background-color: #E813DA; }
a { background-color: rgb(232,19,218); }
div.DivClassName
{
background-color: #E813DA;
}
.BgClassName
{
background-color: #E813DA;
}
</style>
border-color css
<style>
span { border-color: #E813DA; }
span { border-color: rgb(232,19,218); }
td.TdClassName
{
border-color: #E813DA;
}
.TagClassName
{
border-color: #E813DA;
}
</style>