Shades of Deep Magenta #E412DB
Tints of Deep Magenta #E412DB
RGB
CMYK
RGB Variations
Color information
#E412DB (or 0xE412DB) is known color: Deep Magenta. HEX triplet: E4, 12 and DB. RGB value is (228,18,219). Sum of RGB (Red+Green+Blue) = 228+18+219=465 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.03% from 465); Green value is 18 (7.42% from 255 or 3.87% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 228 - color contains mainly: red. Hex color #E412DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E412DB is #1BED24. Grayscale: #676767. Windows color (decimal): -1830181 or 14357220. OLE color: 14357220.
HSL color Cylindrical-coordinate representation of color #E412DB: hue angle of 302.57º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E412DB is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 18 | 219 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.11 |
| HSL | 302.57º | 0.85% | 0.48% | - |
| HSV(B) | 302.57º | 0.92% | 0.89% | - |
| XYZ | 45 | 22.04 | 68.9 | - |
| YUV | 103.7 | 193.07 | 216.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 18 | 219 | 0 | 0.92 | 0.04 | 0.11 | 302.57 | 0.85 | 0.48 |
| Hex | E4 | 12 | DB | 0 | 5C | 4 | B | 12F | 55 | 30 |
| Octal | 344 | 22 | 333 | 0 | 134 | 4 | 13 | 457 | 125 | 60 |
| Binary | 11100100 | 10010 | 11011011 | 0 | 1011100 | 100 | 1011 | 100101111 | 1010101 | 110000 |
Color Harmonies of #E412DB
Complementary color
Monochromatic Colors of #E412DB
Black with #E412DB
Text Example
Text Example
White with #E412DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E412DB; }
p { color: rgb(228,18,219); }
H1.HeaderClassName
{
color: #E412DB;
}
.AnyTagClassName
{
color: #E412DB;
}
</style>
background-color css
<style>
a { background-color: #E412DB; }
a { background-color: rgb(228,18,219); }
div.DivClassName
{
background-color: #E412DB;
}
.BgClassName
{
background-color: #E412DB;
}
</style>
border-color css
<style>
span { border-color: #E412DB; }
span { border-color: rgb(228,18,219); }
td.TdClassName
{
border-color: #E412DB;
}
.TagClassName
{
border-color: #E412DB;
}
</style>