Shades of Deep Magenta #E403D8
Tints of Deep Magenta #E403D8
RGB
CMYK
RGB Variations
Color information
#E403D8 (or 0xE403D8) is known color: Deep Magenta. HEX triplet: E4, 03 and D8. RGB value is (228,3,216). Sum of RGB (Red+Green+Blue) = 228+3+216=447 (59% of max value = 765). Red value is 228 (89.45% from 255 or 51.01% from 447); Green value is 3 (1.56% from 255 or 0.67% from 447); Blue value is 216 (84.77% from 255 or 48.32% from 447); Max value from RGB is 228 - color contains mainly: red. Hex color #E403D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E403D8 is #1BFC27. Grayscale: #5D5D5D. Windows color (decimal): -1834024 or 14156772. OLE color: 14156772.
HSL color Cylindrical-coordinate representation of color #E403D8: hue angle of 303.2º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E403D8 is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 3 | 216 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.11 |
| HSL | 303.2º | 0.97% | 0.45% | - |
| HSV(B) | 303.2º | 0.99% | 0.89% | - |
| XYZ | 44.42 | 21.52 | 66.78 | - |
| YUV | 94.56 | 196.54 | 223.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 3 | 216 | 0 | 0.99 | 0.05 | 0.11 | 303.2 | 0.97 | 0.45 |
| Hex | E4 | 3 | D8 | 0 | 63 | 5 | B | 12F | 61 | 2D |
| Octal | 344 | 3 | 330 | 0 | 143 | 5 | 13 | 457 | 141 | 55 |
| Binary | 11100100 | 11 | 11011000 | 0 | 1100011 | 101 | 1011 | 100101111 | 1100001 | 101101 |
Color Harmonies of #E403D8
Complementary color
Monochromatic Colors of #E403D8
Black with #E403D8
Text Example
Text Example
White with #E403D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E403D8; }
p { color: rgb(228,3,216); }
H1.HeaderClassName
{
color: #E403D8;
}
.AnyTagClassName
{
color: #E403D8;
}
</style>
background-color css
<style>
a { background-color: #E403D8; }
a { background-color: rgb(228,3,216); }
div.DivClassName
{
background-color: #E403D8;
}
.BgClassName
{
background-color: #E403D8;
}
</style>
border-color css
<style>
span { border-color: #E403D8; }
span { border-color: rgb(228,3,216); }
td.TdClassName
{
border-color: #E403D8;
}
.TagClassName
{
border-color: #E403D8;
}
</style>