Shades of Deep Magenta #E414DB
Tints of Deep Magenta #E414DB
RGB
CMYK
RGB Variations
Color information
#E414DB (or 0xE414DB) is known color: Deep Magenta. HEX triplet: E4, 14 and DB. RGB value is (228,20,219). Sum of RGB (Red+Green+Blue) = 228+20+219=467 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.82% from 467); Green value is 20 (8.20% from 255 or 4.28% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 228 - color contains mainly: red. Hex color #E414DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E414DB is #1BEB24. Grayscale: #686868. Windows color (decimal): -1829669 or 14357732. OLE color: 14357732.
HSL color Cylindrical-coordinate representation of color #E414DB: hue angle of 302.6º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E414DB is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 20 | 219 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.11 |
| HSL | 302.6º | 0.84% | 0.49% | - |
| HSV(B) | 302.6º | 0.91% | 0.89% | - |
| XYZ | 45.03 | 22.11 | 68.91 | - |
| YUV | 104.88 | 192.41 | 215.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 20 | 219 | 0 | 0.91 | 0.04 | 0.11 | 302.6 | 0.84 | 0.49 |
| Hex | E4 | 14 | DB | 0 | 5B | 4 | B | 12F | 54 | 31 |
| Octal | 344 | 24 | 333 | 0 | 133 | 4 | 13 | 457 | 124 | 61 |
| Binary | 11100100 | 10100 | 11011011 | 0 | 1011011 | 100 | 1011 | 100101111 | 1010100 | 110001 |
Color Harmonies of #E414DB
Complementary color
Monochromatic Colors of #E414DB
Black with #E414DB
Text Example
Text Example
White with #E414DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E414DB; }
p { color: rgb(228,20,219); }
H1.HeaderClassName
{
color: #E414DB;
}
.AnyTagClassName
{
color: #E414DB;
}
</style>
background-color css
<style>
a { background-color: #E414DB; }
a { background-color: rgb(228,20,219); }
div.DivClassName
{
background-color: #E414DB;
}
.BgClassName
{
background-color: #E414DB;
}
</style>
border-color css
<style>
span { border-color: #E414DB; }
span { border-color: rgb(228,20,219); }
td.TdClassName
{
border-color: #E414DB;
}
.TagClassName
{
border-color: #E414DB;
}
</style>