Shades of Hot Magenta #E813DF
Tints of Hot Magenta #E813DF
RGB
CMYK
RGB Variations
Color information
#E813DF (or 0xE813DF) is known color: Hot Magenta. HEX triplet: E8, 13 and DF. RGB value is (232,19,223). Sum of RGB (Red+Green+Blue) = 232+19+223=474 (62% of max value = 765). Red value is 232 (91.02% from 255 or 48.95% from 474); Green value is 19 (7.81% from 255 or 4.01% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 232 - color contains mainly: red. Hex color #E813DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E813DF is #17EC20. Grayscale: #696969. Windows color (decimal): -1567777 or 14619624. OLE color: 14619624.
HSL color Cylindrical-coordinate representation of color #E813DF: hue angle of 302.54º 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 #E813DF is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 19 | 223 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.09 |
| HSL | 302.54º | 0.85% | 0.49% | - |
| HSV(B) | 302.54º | 0.92% | 0.91% | - |
| XYZ | 46.83 | 22.95 | 71.77 | - |
| YUV | 105.94 | 194.07 | 217.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 19 | 223 | 0 | 0.92 | 0.04 | 0.09 | 302.54 | 0.85 | 0.49 |
| Hex | E8 | 13 | DF | 0 | 5C | 4 | 9 | 12F | 55 | 31 |
| Octal | 350 | 23 | 337 | 0 | 134 | 4 | 11 | 457 | 125 | 61 |
| Binary | 11101000 | 10011 | 11011111 | 0 | 1011100 | 100 | 1001 | 100101111 | 1010101 | 110001 |
Color Harmonies of #E813DF
Complementary color
Monochromatic Colors of #E813DF
Black with #E813DF
Text Example
Text Example
White with #E813DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E813DF; }
p { color: rgb(232,19,223); }
H1.HeaderClassName
{
color: #E813DF;
}
.AnyTagClassName
{
color: #E813DF;
}
</style>
background-color css
<style>
a { background-color: #E813DF; }
a { background-color: rgb(232,19,223); }
div.DivClassName
{
background-color: #E813DF;
}
.BgClassName
{
background-color: #E813DF;
}
</style>
border-color css
<style>
span { border-color: #E813DF; }
span { border-color: rgb(232,19,223); }
td.TdClassName
{
border-color: #E813DF;
}
.TagClassName
{
border-color: #E813DF;
}
</style>