Shades of Hot Magenta #E918DD
Tints of Hot Magenta #E918DD
RGB
CMYK
RGB Variations
Color information
#E918DD (or 0xE918DD) is known color: Hot Magenta. HEX triplet: E9, 18 and DD. RGB value is (233,24,221). Sum of RGB (Red+Green+Blue) = 233+24+221=478 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.74% from 478); Green value is 24 (9.77% from 255 or 5.02% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 233 - color contains mainly: red. Hex color #E918DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E918DD is #16E722. Grayscale: #6C6C6C. Windows color (decimal): -1500963 or 14489833. OLE color: 14489833.
HSL color Cylindrical-coordinate representation of color #E918DD: hue angle of 303.44º 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 #E918DD is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 24 | 221 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.09 |
| HSL | 303.45º | 0.83% | 0.5% | - |
| HSV(B) | 303.45º | 0.9% | 0.91% | - |
| XYZ | 46.98 | 23.2 | 70.41 | - |
| YUV | 108.95 | 191.24 | 216.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 24 | 221 | 0 | 0.90 | 0.05 | 0.09 | 303.45 | 0.83 | 0.5 |
| Hex | E9 | 18 | DD | 0 | 5A | 5 | 9 | 12F | 53 | 32 |
| Octal | 351 | 30 | 335 | 0 | 132 | 5 | 11 | 457 | 123 | 62 |
| Binary | 11101001 | 11000 | 11011101 | 0 | 1011010 | 101 | 1001 | 100101111 | 1010011 | 110010 |
Color Harmonies of #E918DD
Complementary color
Monochromatic Colors of #E918DD
Black with #E918DD
Text Example
Text Example
White with #E918DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E918DD; }
p { color: rgb(233,24,221); }
H1.HeaderClassName
{
color: #E918DD;
}
.AnyTagClassName
{
color: #E918DD;
}
</style>
background-color css
<style>
a { background-color: #E918DD; }
a { background-color: rgb(233,24,221); }
div.DivClassName
{
background-color: #E918DD;
}
.BgClassName
{
background-color: #E918DD;
}
</style>
border-color css
<style>
span { border-color: #E918DD; }
span { border-color: rgb(233,24,221); }
td.TdClassName
{
border-color: #E918DD;
}
.TagClassName
{
border-color: #E918DD;
}
</style>