Shades of Hot Magenta #E919DF
Tints of Hot Magenta #E919DF
RGB
CMYK
RGB Variations
Color information
#E919DF (or 0xE919DF) is known color: Hot Magenta. HEX triplet: E9, 19 and DF. RGB value is (233,25,223). Sum of RGB (Red+Green+Blue) = 233+25+223=481 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.44% from 481); Green value is 25 (10.16% from 255 or 5.20% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 233 - color contains mainly: red. Hex color #E919DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E919DF is #16E620. Grayscale: #6D6D6D. Windows color (decimal): -1500705 or 14621161. OLE color: 14621161.
HSL color Cylindrical-coordinate representation of color #E919DF: hue angle of 302.88º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E919DF is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 25 | 223 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.09 |
| HSL | 302.88º | 0.83% | 0.51% | - |
| HSV(B) | 302.88º | 0.89% | 0.91% | - |
| XYZ | 47.27 | 23.35 | 71.83 | - |
| YUV | 109.76 | 191.91 | 215.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 25 | 223 | 0 | 0.89 | 0.04 | 0.09 | 302.88 | 0.83 | 0.51 |
| Hex | E9 | 19 | DF | 0 | 59 | 4 | 9 | 12F | 53 | 33 |
| Octal | 351 | 31 | 337 | 0 | 131 | 4 | 11 | 457 | 123 | 63 |
| Binary | 11101001 | 11001 | 11011111 | 0 | 1011001 | 100 | 1001 | 100101111 | 1010011 | 110011 |
Color Harmonies of #E919DF
Complementary color
Monochromatic Colors of #E919DF
Black with #E919DF
Text Example
Text Example
White with #E919DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E919DF; }
p { color: rgb(233,25,223); }
H1.HeaderClassName
{
color: #E919DF;
}
.AnyTagClassName
{
color: #E919DF;
}
</style>
background-color css
<style>
a { background-color: #E919DF; }
a { background-color: rgb(233,25,223); }
div.DivClassName
{
background-color: #E919DF;
}
.BgClassName
{
background-color: #E919DF;
}
</style>
border-color css
<style>
span { border-color: #E919DF; }
span { border-color: rgb(233,25,223); }
td.TdClassName
{
border-color: #E919DF;
}
.TagClassName
{
border-color: #E919DF;
}
</style>