Shades of Hot Magenta #E914DC
Tints of Hot Magenta #E914DC
RGB
CMYK
RGB Variations
Color information
#E914DC (or 0xE914DC) is known color: Hot Magenta. HEX triplet: E9, 14 and DC. RGB value is (233,20,220). Sum of RGB (Red+Green+Blue) = 233+20+220=473 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.26% from 473); Green value is 20 (8.20% from 255 or 4.23% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 233 - color contains mainly: red. Hex color #E914DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E914DC is #16EB23. Grayscale: #696969. Windows color (decimal): -1501988 or 14423273. OLE color: 14423273.
HSL color Cylindrical-coordinate representation of color #E914DC: hue angle of 303.66º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E914DC is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 20 | 220 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.09 |
| HSL | 303.66º | 0.84% | 0.5% | - |
| HSV(B) | 303.66º | 0.91% | 0.91% | - |
| XYZ | 46.77 | 22.99 | 69.68 | - |
| YUV | 106.49 | 192.07 | 218.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 20 | 220 | 0 | 0.91 | 0.06 | 0.09 | 303.66 | 0.84 | 0.5 |
| Hex | E9 | 14 | DC | 0 | 5B | 6 | 9 | 130 | 54 | 32 |
| Octal | 351 | 24 | 334 | 0 | 133 | 6 | 11 | 460 | 124 | 62 |
| Binary | 11101001 | 10100 | 11011100 | 0 | 1011011 | 110 | 1001 | 100110000 | 1010100 | 110010 |
Color Harmonies of #E914DC
Complementary color
Monochromatic Colors of #E914DC
Black with #E914DC
Text Example
Text Example
White with #E914DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E914DC; }
p { color: rgb(233,20,220); }
H1.HeaderClassName
{
color: #E914DC;
}
.AnyTagClassName
{
color: #E914DC;
}
</style>
background-color css
<style>
a { background-color: #E914DC; }
a { background-color: rgb(233,20,220); }
div.DivClassName
{
background-color: #E914DC;
}
.BgClassName
{
background-color: #E914DC;
}
</style>
border-color css
<style>
span { border-color: #E914DC; }
span { border-color: rgb(233,20,220); }
td.TdClassName
{
border-color: #E914DC;
}
.TagClassName
{
border-color: #E914DC;
}
</style>