Shades of Deep Magenta #E40BCD
Tints of Deep Magenta #E40BCD
RGB
CMYK
RGB Variations
Color information
#E40BCD (or 0xE40BCD) is known color: Deep Magenta. HEX triplet: E4, 0B and CD. RGB value is (228,11,205). Sum of RGB (Red+Green+Blue) = 228+11+205=444 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.35% from 444); Green value is 11 (4.69% from 255 or 2.48% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 228 - color contains mainly: red. Hex color #E40BCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40BCD is #1BF432. Grayscale: #616161. Windows color (decimal): -1831987 or 13437924. OLE color: 13437924.
HSL color Cylindrical-coordinate representation of color #E40BCD: hue angle of 306.36º 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 #E40BCD is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 11 | 205 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.11 |
| HSL | 306.36º | 0.91% | 0.47% | - |
| HSV(B) | 306.36º | 0.95% | 0.89% | - |
| XYZ | 43.13 | 21.14 | 59.56 | - |
| YUV | 98 | 188.39 | 220.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 11 | 205 | 0 | 0.95 | 0.10 | 0.11 | 306.36 | 0.91 | 0.47 |
| Hex | E4 | B | CD | 0 | 5F | A | B | 132 | 5B | 2F |
| Octal | 344 | 13 | 315 | 0 | 137 | 12 | 13 | 462 | 133 | 57 |
| Binary | 11100100 | 1011 | 11001101 | 0 | 1011111 | 1010 | 1011 | 100110010 | 1011011 | 101111 |
Color Harmonies of #E40BCD
Complementary color
Monochromatic Colors of #E40BCD
Black with #E40BCD
Text Example
Text Example
White with #E40BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40BCD; }
p { color: rgb(228,11,205); }
H1.HeaderClassName
{
color: #E40BCD;
}
.AnyTagClassName
{
color: #E40BCD;
}
</style>
background-color css
<style>
a { background-color: #E40BCD; }
a { background-color: rgb(228,11,205); }
div.DivClassName
{
background-color: #E40BCD;
}
.BgClassName
{
background-color: #E40BCD;
}
</style>
border-color css
<style>
span { border-color: #E40BCD; }
span { border-color: rgb(228,11,205); }
td.TdClassName
{
border-color: #E40BCD;
}
.TagClassName
{
border-color: #E40BCD;
}
</style>