Shades of Hot Magenta #E915DB
Tints of Hot Magenta #E915DB
RGB
CMYK
RGB Variations
Color information
#E915DB (or 0xE915DB) is known color: Hot Magenta. HEX triplet: E9, 15 and DB. RGB value is (233,21,219). Sum of RGB (Red+Green+Blue) = 233+21+219=473 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.26% from 473); Green value is 21 (8.59% from 255 or 4.44% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 233 - color contains mainly: red. Hex color #E915DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E915DB is #16EA24. Grayscale: #6A6A6A. Windows color (decimal): -1501733 or 14357993. OLE color: 14357993.
HSL color Cylindrical-coordinate representation of color #E915DB: hue angle of 303.96º degrees, saturation: 0.83, 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 #E915DB is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 21 | 219 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.09 |
| HSL | 303.96º | 0.83% | 0.5% | - |
| HSV(B) | 303.96º | 0.91% | 0.91% | - |
| XYZ | 46.66 | 22.97 | 68.99 | - |
| YUV | 106.96 | 191.24 | 217.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 21 | 219 | 0 | 0.91 | 0.06 | 0.09 | 303.96 | 0.83 | 0.5 |
| Hex | E9 | 15 | DB | 0 | 5B | 6 | 9 | 130 | 53 | 32 |
| Octal | 351 | 25 | 333 | 0 | 133 | 6 | 11 | 460 | 123 | 62 |
| Binary | 11101001 | 10101 | 11011011 | 0 | 1011011 | 110 | 1001 | 100110000 | 1010011 | 110010 |
Color Harmonies of #E915DB
Complementary color
Monochromatic Colors of #E915DB
Black with #E915DB
Text Example
Text Example
White with #E915DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E915DB; }
p { color: rgb(233,21,219); }
H1.HeaderClassName
{
color: #E915DB;
}
.AnyTagClassName
{
color: #E915DB;
}
</style>
background-color css
<style>
a { background-color: #E915DB; }
a { background-color: rgb(233,21,219); }
div.DivClassName
{
background-color: #E915DB;
}
.BgClassName
{
background-color: #E915DB;
}
</style>
border-color css
<style>
span { border-color: #E915DB; }
span { border-color: rgb(233,21,219); }
td.TdClassName
{
border-color: #E915DB;
}
.TagClassName
{
border-color: #E915DB;
}
</style>