Shades of Hot Magenta #E918DB
Tints of Hot Magenta #E918DB
RGB
CMYK
RGB Variations
Color information
#E918DB (or 0xE918DB) is known color: Hot Magenta. HEX triplet: E9, 18 and DB. RGB value is (233,24,219). Sum of RGB (Red+Green+Blue) = 233+24+219=476 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.95% from 476); Green value is 24 (9.77% from 255 or 5.04% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 233 - color contains mainly: red. Hex color #E918DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E918DB is #16E724. Grayscale: #6C6C6C. Windows color (decimal): -1500965 or 14358761. OLE color: 14358761.
HSL color Cylindrical-coordinate representation of color #E918DB: hue angle of 304.02º 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 #E918DB is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 24 | 219 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.09 |
| HSL | 304.02º | 0.83% | 0.5% | - |
| HSV(B) | 304.02º | 0.9% | 0.91% | - |
| XYZ | 46.72 | 23.09 | 69.01 | - |
| YUV | 108.72 | 190.24 | 216.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 24 | 219 | 0 | 0.90 | 0.06 | 0.09 | 304.02 | 0.83 | 0.5 |
| Hex | E9 | 18 | DB | 0 | 5A | 6 | 9 | 130 | 53 | 32 |
| Octal | 351 | 30 | 333 | 0 | 132 | 6 | 11 | 460 | 123 | 62 |
| Binary | 11101001 | 11000 | 11011011 | 0 | 1011010 | 110 | 1001 | 100110000 | 1010011 | 110010 |
Color Harmonies of #E918DB
Complementary color
Monochromatic Colors of #E918DB
Black with #E918DB
Text Example
Text Example
White with #E918DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E918DB; }
p { color: rgb(233,24,219); }
H1.HeaderClassName
{
color: #E918DB;
}
.AnyTagClassName
{
color: #E918DB;
}
</style>
background-color css
<style>
a { background-color: #E918DB; }
a { background-color: rgb(233,24,219); }
div.DivClassName
{
background-color: #E918DB;
}
.BgClassName
{
background-color: #E918DB;
}
</style>
border-color css
<style>
span { border-color: #E918DB; }
span { border-color: rgb(233,24,219); }
td.TdClassName
{
border-color: #E918DB;
}
.TagClassName
{
border-color: #E918DB;
}
</style>