Shades of Deep Magenta #E419DB
Tints of Deep Magenta #E419DB
RGB
CMYK
RGB Variations
Color information
#E419DB (or 0xE419DB) is known color: Deep Magenta. HEX triplet: E4, 19 and DB. RGB value is (228,25,219). Sum of RGB (Red+Green+Blue) = 228+25+219=472 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.31% from 472); Green value is 25 (10.16% from 255 or 5.30% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 228 - color contains mainly: red. Hex color #E419DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E419DB is #1BE624. Grayscale: #6B6B6B. Windows color (decimal): -1828389 or 14359012. OLE color: 14359012.
HSL color Cylindrical-coordinate representation of color #E419DB: hue angle of 302.66º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E419DB is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 25 | 219 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.11 |
| HSL | 302.66º | 0.8% | 0.5% | - |
| HSV(B) | 302.66º | 0.89% | 0.89% | - |
| XYZ | 45.13 | 22.3 | 68.94 | - |
| YUV | 107.81 | 190.75 | 213.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 25 | 219 | 0 | 0.89 | 0.04 | 0.11 | 302.66 | 0.8 | 0.5 |
| Hex | E4 | 19 | DB | 0 | 59 | 4 | B | 12F | 50 | 32 |
| Octal | 344 | 31 | 333 | 0 | 131 | 4 | 13 | 457 | 120 | 62 |
| Binary | 11100100 | 11001 | 11011011 | 0 | 1011001 | 100 | 1011 | 100101111 | 1010000 | 110010 |
Color Harmonies of #E419DB
Complementary color
Monochromatic Colors of #E419DB
Black with #E419DB
Text Example
Text Example
White with #E419DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E419DB; }
p { color: rgb(228,25,219); }
H1.HeaderClassName
{
color: #E419DB;
}
.AnyTagClassName
{
color: #E419DB;
}
</style>
background-color css
<style>
a { background-color: #E419DB; }
a { background-color: rgb(228,25,219); }
div.DivClassName
{
background-color: #E419DB;
}
.BgClassName
{
background-color: #E419DB;
}
</style>
border-color css
<style>
span { border-color: #E419DB; }
span { border-color: rgb(228,25,219); }
td.TdClassName
{
border-color: #E419DB;
}
.TagClassName
{
border-color: #E419DB;
}
</style>