Shades of Deep Magenta #E40BD5
Tints of Deep Magenta #E40BD5
RGB
CMYK
RGB Variations
Color information
#E40BD5 (or 0xE40BD5) is known color: Deep Magenta. HEX triplet: E4, 0B and D5. RGB value is (228,11,213). Sum of RGB (Red+Green+Blue) = 228+11+213=452 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.44% from 452); Green value is 11 (4.69% from 255 or 2.43% from 452); Blue value is 213 (83.59% from 255 or 47.12% from 452); Max value from RGB is 228 - color contains mainly: red. Hex color #E40BD5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40BD5 is #1BF42A. Grayscale: #626262. Windows color (decimal): -1831979 or 13962212. OLE color: 13962212.
HSL color Cylindrical-coordinate representation of color #E40BD5: hue angle of 304.15º 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 #E40BD5 is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 11 | 213 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.11 |
| HSL | 304.15º | 0.91% | 0.47% | - |
| HSV(B) | 304.15º | 0.95% | 0.89% | - |
| XYZ | 44.12 | 21.54 | 64.78 | - |
| YUV | 98.91 | 192.39 | 220.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 11 | 213 | 0 | 0.95 | 0.07 | 0.11 | 304.15 | 0.91 | 0.47 |
| Hex | E4 | B | D5 | 0 | 5F | 7 | B | 130 | 5B | 2F |
| Octal | 344 | 13 | 325 | 0 | 137 | 7 | 13 | 460 | 133 | 57 |
| Binary | 11100100 | 1011 | 11010101 | 0 | 1011111 | 111 | 1011 | 100110000 | 1011011 | 101111 |
Color Harmonies of #E40BD5
Complementary color
Monochromatic Colors of #E40BD5
Black with #E40BD5
Text Example
Text Example
White with #E40BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40BD5; }
p { color: rgb(228,11,213); }
H1.HeaderClassName
{
color: #E40BD5;
}
.AnyTagClassName
{
color: #E40BD5;
}
</style>
background-color css
<style>
a { background-color: #E40BD5; }
a { background-color: rgb(228,11,213); }
div.DivClassName
{
background-color: #E40BD5;
}
.BgClassName
{
background-color: #E40BD5;
}
</style>
border-color css
<style>
span { border-color: #E40BD5; }
span { border-color: rgb(228,11,213); }
td.TdClassName
{
border-color: #E40BD5;
}
.TagClassName
{
border-color: #E40BD5;
}
</style>