Shades of Deep Magenta #E40BDE
Tints of Deep Magenta #E40BDE
RGB
CMYK
RGB Variations
Color information
#E40BDE (or 0xE40BDE) is known color: Deep Magenta. HEX triplet: E4, 0B and DE. RGB value is (228,11,222). Sum of RGB (Red+Green+Blue) = 228+11+222=461 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.46% from 461); Green value is 11 (4.69% from 255 or 2.39% from 461); Blue value is 222 (87.11% from 255 or 48.16% from 461); Max value from RGB is 228 - color contains mainly: red. Hex color #E40BDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40BDE is #1BF421. Grayscale: #636363. Windows color (decimal): -1831970 or 14552036. OLE color: 14552036.
HSL color Cylindrical-coordinate representation of color #E40BDE: hue angle of 301.66º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E40BDE is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 11 | 222 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.11 |
| HSL | 301.66º | 0.91% | 0.47% | - |
| HSV(B) | 301.66º | 0.95% | 0.89% | - |
| XYZ | 45.3 | 22.01 | 70.97 | - |
| YUV | 99.94 | 196.89 | 219.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 11 | 222 | 0 | 0.95 | 0.03 | 0.11 | 301.66 | 0.91 | 0.47 |
| Hex | E4 | B | DE | 0 | 5F | 3 | B | 12E | 5B | 2F |
| Octal | 344 | 13 | 336 | 0 | 137 | 3 | 13 | 456 | 133 | 57 |
| Binary | 11100100 | 1011 | 11011110 | 0 | 1011111 | 11 | 1011 | 100101110 | 1011011 | 101111 |
Color Harmonies of #E40BDE
Complementary color
Monochromatic Colors of #E40BDE
Black with #E40BDE
Text Example
Text Example
White with #E40BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40BDE; }
p { color: rgb(228,11,222); }
H1.HeaderClassName
{
color: #E40BDE;
}
.AnyTagClassName
{
color: #E40BDE;
}
</style>
background-color css
<style>
a { background-color: #E40BDE; }
a { background-color: rgb(228,11,222); }
div.DivClassName
{
background-color: #E40BDE;
}
.BgClassName
{
background-color: #E40BDE;
}
</style>
border-color css
<style>
span { border-color: #E40BDE; }
span { border-color: rgb(228,11,222); }
td.TdClassName
{
border-color: #E40BDE;
}
.TagClassName
{
border-color: #E40BDE;
}
</style>