Shades of Deep Magenta #E40ADE
Tints of Deep Magenta #E40ADE
RGB
CMYK
RGB Variations
Color information
#E40ADE (or 0xE40ADE) is known color: Deep Magenta. HEX triplet: E4, 0A and DE. RGB value is (228,10,222). Sum of RGB (Red+Green+Blue) = 228+10+222=460 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.57% from 460); Green value is 10 (4.30% from 255 or 2.17% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 228 - color contains mainly: red. Hex color #E40ADE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40ADE is #1BF521. Grayscale: #626262. Windows color (decimal): -1832226 or 14551780. OLE color: 14551780.
HSL color Cylindrical-coordinate representation of color #E40ADE: hue angle of 301.65º 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 #E40ADE is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 10 | 222 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.11 |
| HSL | 301.65º | 0.92% | 0.47% | - |
| HSV(B) | 301.65º | 0.96% | 0.89% | - |
| XYZ | 45.29 | 21.98 | 70.96 | - |
| YUV | 99.35 | 197.22 | 219.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 10 | 222 | 0 | 0.96 | 0.03 | 0.11 | 301.65 | 0.92 | 0.47 |
| Hex | E4 | A | DE | 0 | 60 | 3 | B | 12E | 5C | 2F |
| Octal | 344 | 12 | 336 | 0 | 140 | 3 | 13 | 456 | 134 | 57 |
| Binary | 11100100 | 1010 | 11011110 | 0 | 1100000 | 11 | 1011 | 100101110 | 1011100 | 101111 |
Color Harmonies of #E40ADE
Complementary color
Monochromatic Colors of #E40ADE
Black with #E40ADE
Text Example
Text Example
White with #E40ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40ADE; }
p { color: rgb(228,10,222); }
H1.HeaderClassName
{
color: #E40ADE;
}
.AnyTagClassName
{
color: #E40ADE;
}
</style>
background-color css
<style>
a { background-color: #E40ADE; }
a { background-color: rgb(228,10,222); }
div.DivClassName
{
background-color: #E40ADE;
}
.BgClassName
{
background-color: #E40ADE;
}
</style>
border-color css
<style>
span { border-color: #E40ADE; }
span { border-color: rgb(228,10,222); }
td.TdClassName
{
border-color: #E40ADE;
}
.TagClassName
{
border-color: #E40ADE;
}
</style>