Shades of Hot Magenta #E904DB
Tints of Hot Magenta #E904DB
RGB
CMYK
RGB Variations
Color information
#E904DB (or 0xE904DB) is known color: Hot Magenta. HEX triplet: E9, 04 and DB. RGB value is (233,4,219). Sum of RGB (Red+Green+Blue) = 233+4+219=456 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.10% from 456); Green value is 4 (1.95% from 255 or 0.88% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 233 - color contains mainly: red. Hex color #E904DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E904DB is #16FB24. Grayscale: #606060. Windows color (decimal): -1506085 or 14353641. OLE color: 14353641.
HSL color Cylindrical-coordinate representation of color #E904DB: hue angle of 303.67º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E904DB is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 4 | 219 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.09 |
| HSL | 303.67º | 0.97% | 0.46% | - |
| HSV(B) | 303.67º | 0.98% | 0.91% | - |
| XYZ | 46.43 | 22.52 | 68.92 | - |
| YUV | 96.98 | 196.87 | 225.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 4 | 219 | 0 | 0.98 | 0.06 | 0.09 | 303.67 | 0.97 | 0.46 |
| Hex | E9 | 4 | DB | 0 | 62 | 6 | 9 | 130 | 61 | 2E |
| Octal | 351 | 4 | 333 | 0 | 142 | 6 | 11 | 460 | 141 | 56 |
| Binary | 11101001 | 100 | 11011011 | 0 | 1100010 | 110 | 1001 | 100110000 | 1100001 | 101110 |
Color Harmonies of #E904DB
Complementary color
Monochromatic Colors of #E904DB
Black with #E904DB
Text Example
Text Example
White with #E904DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E904DB; }
p { color: rgb(233,4,219); }
H1.HeaderClassName
{
color: #E904DB;
}
.AnyTagClassName
{
color: #E904DB;
}
</style>
background-color css
<style>
a { background-color: #E904DB; }
a { background-color: rgb(233,4,219); }
div.DivClassName
{
background-color: #E904DB;
}
.BgClassName
{
background-color: #E904DB;
}
</style>
border-color css
<style>
span { border-color: #E904DB; }
span { border-color: rgb(233,4,219); }
td.TdClassName
{
border-color: #E904DB;
}
.TagClassName
{
border-color: #E904DB;
}
</style>