Shades of Deep Magenta #E403DB
Tints of Deep Magenta #E403DB
RGB
CMYK
RGB Variations
Color information
#E403DB (or 0xE403DB) is known color: Deep Magenta. HEX triplet: E4, 03 and DB. RGB value is (228,3,219). Sum of RGB (Red+Green+Blue) = 228+3+219=450 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.67% from 450); Green value is 3 (1.56% from 255 or 0.67% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 228 - color contains mainly: red. Hex color #E403DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E403DB is #1BFC24. Grayscale: #5E5E5E. Windows color (decimal): -1834021 or 14353380. OLE color: 14353380.
HSL color Cylindrical-coordinate representation of color #E403DB: hue angle of 302.4º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E403DB is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 3 | 219 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.11 |
| HSL | 302.4º | 0.97% | 0.45% | - |
| HSV(B) | 302.4º | 0.99% | 0.89% | - |
| XYZ | 44.81 | 21.67 | 68.84 | - |
| YUV | 94.9 | 198.04 | 222.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 3 | 219 | 0 | 0.99 | 0.04 | 0.11 | 302.4 | 0.97 | 0.45 |
| Hex | E4 | 3 | DB | 0 | 63 | 4 | B | 12E | 61 | 2D |
| Octal | 344 | 3 | 333 | 0 | 143 | 4 | 13 | 456 | 141 | 55 |
| Binary | 11100100 | 11 | 11011011 | 0 | 1100011 | 100 | 1011 | 100101110 | 1100001 | 101101 |
Color Harmonies of #E403DB
Complementary color
Monochromatic Colors of #E403DB
Black with #E403DB
Text Example
Text Example
White with #E403DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E403DB; }
p { color: rgb(228,3,219); }
H1.HeaderClassName
{
color: #E403DB;
}
.AnyTagClassName
{
color: #E403DB;
}
</style>
background-color css
<style>
a { background-color: #E403DB; }
a { background-color: rgb(228,3,219); }
div.DivClassName
{
background-color: #E403DB;
}
.BgClassName
{
background-color: #E403DB;
}
</style>
border-color css
<style>
span { border-color: #E403DB; }
span { border-color: rgb(228,3,219); }
td.TdClassName
{
border-color: #E403DB;
}
.TagClassName
{
border-color: #E403DB;
}
</style>