Shades of Hot Magenta #E913DC
Tints of Hot Magenta #E913DC
RGB
CMYK
RGB Variations
Color information
#E913DC (or 0xE913DC) is known color: Hot Magenta. HEX triplet: E9, 13 and DC. RGB value is (233,19,220). Sum of RGB (Red+Green+Blue) = 233+19+220=472 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.36% from 472); Green value is 19 (7.81% from 255 or 4.03% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 233 - color contains mainly: red. Hex color #E913DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E913DC is #16EC23. Grayscale: #696969. Windows color (decimal): -1502244 or 14423017. OLE color: 14423017.
HSL color Cylindrical-coordinate representation of color #E913DC: hue angle of 303.64º 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 #E913DC is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 19 | 220 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.09 |
| HSL | 303.64º | 0.85% | 0.49% | - |
| HSV(B) | 303.64º | 0.92% | 0.91% | - |
| XYZ | 46.76 | 22.96 | 69.68 | - |
| YUV | 105.9 | 192.4 | 218.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 19 | 220 | 0 | 0.92 | 0.06 | 0.09 | 303.64 | 0.85 | 0.49 |
| Hex | E9 | 13 | DC | 0 | 5C | 6 | 9 | 130 | 55 | 31 |
| Octal | 351 | 23 | 334 | 0 | 134 | 6 | 11 | 460 | 125 | 61 |
| Binary | 11101001 | 10011 | 11011100 | 0 | 1011100 | 110 | 1001 | 100110000 | 1010101 | 110001 |
Color Harmonies of #E913DC
Complementary color
Monochromatic Colors of #E913DC
Black with #E913DC
Text Example
Text Example
White with #E913DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E913DC; }
p { color: rgb(233,19,220); }
H1.HeaderClassName
{
color: #E913DC;
}
.AnyTagClassName
{
color: #E913DC;
}
</style>
background-color css
<style>
a { background-color: #E913DC; }
a { background-color: rgb(233,19,220); }
div.DivClassName
{
background-color: #E913DC;
}
.BgClassName
{
background-color: #E913DC;
}
</style>
border-color css
<style>
span { border-color: #E913DC; }
span { border-color: rgb(233,19,220); }
td.TdClassName
{
border-color: #E913DC;
}
.TagClassName
{
border-color: #E913DC;
}
</style>