Shades of Hot Magenta #E917DC
Tints of Hot Magenta #E917DC
RGB
CMYK
RGB Variations
Color information
#E917DC (or 0xE917DC) is known color: Hot Magenta. HEX triplet: E9, 17 and DC. RGB value is (233,23,220). Sum of RGB (Red+Green+Blue) = 233+23+220=476 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.95% from 476); Green value is 23 (9.38% from 255 or 4.83% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 233 - color contains mainly: red. Hex color #E917DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E917DC is #16E823. Grayscale: #6B6B6B. Windows color (decimal): -1501220 or 14424041. OLE color: 14424041.
HSL color Cylindrical-coordinate representation of color #E917DC: hue angle of 303.71º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E917DC is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 23 | 220 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.09 |
| HSL | 303.71º | 0.83% | 0.5% | - |
| HSV(B) | 303.71º | 0.9% | 0.91% | - |
| XYZ | 46.83 | 23.1 | 69.7 | - |
| YUV | 108.25 | 191.07 | 216.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 23 | 220 | 0 | 0.90 | 0.06 | 0.09 | 303.71 | 0.83 | 0.5 |
| Hex | E9 | 17 | DC | 0 | 5A | 6 | 9 | 130 | 53 | 32 |
| Octal | 351 | 27 | 334 | 0 | 132 | 6 | 11 | 460 | 123 | 62 |
| Binary | 11101001 | 10111 | 11011100 | 0 | 1011010 | 110 | 1001 | 100110000 | 1010011 | 110010 |
Color Harmonies of #E917DC
Complementary color
Monochromatic Colors of #E917DC
Black with #E917DC
Text Example
Text Example
White with #E917DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E917DC; }
p { color: rgb(233,23,220); }
H1.HeaderClassName
{
color: #E917DC;
}
.AnyTagClassName
{
color: #E917DC;
}
</style>
background-color css
<style>
a { background-color: #E917DC; }
a { background-color: rgb(233,23,220); }
div.DivClassName
{
background-color: #E917DC;
}
.BgClassName
{
background-color: #E917DC;
}
</style>
border-color css
<style>
span { border-color: #E917DC; }
span { border-color: rgb(233,23,220); }
td.TdClassName
{
border-color: #E917DC;
}
.TagClassName
{
border-color: #E917DC;
}
</style>