Shades of Deep Magenta #E40ADB
Tints of Deep Magenta #E40ADB
RGB
CMYK
RGB Variations
Color information
#E40ADB (or 0xE40ADB) is known color: Deep Magenta. HEX triplet: E4, 0A and DB. RGB value is (228,10,219). Sum of RGB (Red+Green+Blue) = 228+10+219=457 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.89% from 457); Green value is 10 (4.30% from 255 or 2.19% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 228 - color contains mainly: red. Hex color #E40ADB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40ADB is #1BF524. Grayscale: #626262. Windows color (decimal): -1832229 or 14355172. OLE color: 14355172.
HSL color Cylindrical-coordinate representation of color #E40ADB: hue angle of 302.48º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E40ADB is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 10 | 219 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.11 |
| HSL | 302.48º | 0.92% | 0.47% | - |
| HSV(B) | 302.48º | 0.96% | 0.89% | - |
| XYZ | 44.89 | 21.83 | 68.86 | - |
| YUV | 99.01 | 195.72 | 220.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 10 | 219 | 0 | 0.96 | 0.04 | 0.11 | 302.48 | 0.92 | 0.47 |
| Hex | E4 | A | DB | 0 | 60 | 4 | B | 12E | 5C | 2F |
| Octal | 344 | 12 | 333 | 0 | 140 | 4 | 13 | 456 | 134 | 57 |
| Binary | 11100100 | 1010 | 11011011 | 0 | 1100000 | 100 | 1011 | 100101110 | 1011100 | 101111 |
Color Harmonies of #E40ADB
Complementary color
Monochromatic Colors of #E40ADB
Black with #E40ADB
Text Example
Text Example
White with #E40ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40ADB; }
p { color: rgb(228,10,219); }
H1.HeaderClassName
{
color: #E40ADB;
}
.AnyTagClassName
{
color: #E40ADB;
}
</style>
background-color css
<style>
a { background-color: #E40ADB; }
a { background-color: rgb(228,10,219); }
div.DivClassName
{
background-color: #E40ADB;
}
.BgClassName
{
background-color: #E40ADB;
}
</style>
border-color css
<style>
span { border-color: #E40ADB; }
span { border-color: rgb(228,10,219); }
td.TdClassName
{
border-color: #E40ADB;
}
.TagClassName
{
border-color: #E40ADB;
}
</style>