Shades of Hot Magenta #E900DB
Tints of Hot Magenta #E900DB
RGB
CMYK
RGB Variations
Color information
#E900DB (or 0xE900DB) is known color: Hot Magenta. HEX triplet: E9, 00 and DB. RGB value is (233,0,219). Sum of RGB (Red+Green+Blue) = 233+0+219=452 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.55% from 452); Green value is 0 (0.39% from 255 or 0% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 233 - color contains mainly: red. Hex color #E900DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E900DB is #16FF24. Grayscale: #5D5D5D. Windows color (decimal): -1507109 or 14352617. OLE color: 14352617.
HSL color Cylindrical-coordinate representation of color #E900DB: hue angle of 303.61º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E900DB is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 0 | 219 | - |
| CMYK | 0 | 1 | 0.06 | 0.09 |
| HSL | 303.61º | 1% | 0.46% | - |
| HSV(B) | 303.61º | 1% | 0.91% | - |
| XYZ | 46.39 | 22.44 | 68.9 | - |
| YUV | 94.63 | 198.19 | 226.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 0 | 219 | 0 | 1 | 0.06 | 0.09 | 303.61 | 1 | 0.46 |
| Hex | E9 | 0 | DB | 0 | 64 | 6 | 9 | 130 | 64 | 2E |
| Octal | 351 | 0 | 333 | 0 | 144 | 6 | 11 | 460 | 144 | 56 |
| Binary | 11101001 | 0 | 11011011 | 0 | 1100100 | 110 | 1001 | 100110000 | 1100100 | 101110 |
Color Harmonies of #E900DB
Complementary color
Monochromatic Colors of #E900DB
Black with #E900DB
Text Example
Text Example
White with #E900DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E900DB; }
p { color: rgb(233,0,219); }
H1.HeaderClassName
{
color: #E900DB;
}
.AnyTagClassName
{
color: #E900DB;
}
</style>
background-color css
<style>
a { background-color: #E900DB; }
a { background-color: rgb(233,0,219); }
div.DivClassName
{
background-color: #E900DB;
}
.BgClassName
{
background-color: #E900DB;
}
</style>
border-color css
<style>
span { border-color: #E900DB; }
span { border-color: rgb(233,0,219); }
td.TdClassName
{
border-color: #E900DB;
}
.TagClassName
{
border-color: #E900DB;
}
</style>