Shades of Hot Magenta #E813DD
Tints of Hot Magenta #E813DD
RGB
CMYK
RGB Variations
Color information
#E813DD (or 0xE813DD) is known color: Hot Magenta. HEX triplet: E8, 13 and DD. RGB value is (232,19,221). Sum of RGB (Red+Green+Blue) = 232+19+221=472 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.15% from 472); Green value is 19 (7.81% from 255 or 4.03% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 232 - color contains mainly: red. Hex color #E813DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E813DD is #17EC22. Grayscale: #696969. Windows color (decimal): -1567779 or 14488552. OLE color: 14488552.
HSL color Cylindrical-coordinate representation of color #E813DD: hue angle of 303.1º 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 #E813DD is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 19 | 221 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.09 |
| HSL | 303.1º | 0.85% | 0.49% | - |
| HSV(B) | 303.1º | 0.92% | 0.91% | - |
| XYZ | 46.56 | 22.84 | 70.36 | - |
| YUV | 105.72 | 193.07 | 218.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 19 | 221 | 0 | 0.92 | 0.05 | 0.09 | 303.1 | 0.85 | 0.49 |
| Hex | E8 | 13 | DD | 0 | 5C | 5 | 9 | 12F | 55 | 31 |
| Octal | 350 | 23 | 335 | 0 | 134 | 5 | 11 | 457 | 125 | 61 |
| Binary | 11101000 | 10011 | 11011101 | 0 | 1011100 | 101 | 1001 | 100101111 | 1010101 | 110001 |
Color Harmonies of #E813DD
Complementary color
Monochromatic Colors of #E813DD
Black with #E813DD
Text Example
Text Example
White with #E813DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E813DD; }
p { color: rgb(232,19,221); }
H1.HeaderClassName
{
color: #E813DD;
}
.AnyTagClassName
{
color: #E813DD;
}
</style>
background-color css
<style>
a { background-color: #E813DD; }
a { background-color: rgb(232,19,221); }
div.DivClassName
{
background-color: #E813DD;
}
.BgClassName
{
background-color: #E813DD;
}
</style>
border-color css
<style>
span { border-color: #E813DD; }
span { border-color: rgb(232,19,221); }
td.TdClassName
{
border-color: #E813DD;
}
.TagClassName
{
border-color: #E813DD;
}
</style>