Shades of Deep Magenta #E40BDF
Tints of Deep Magenta #E40BDF
RGB
CMYK
RGB Variations
Color information
#E40BDF (or 0xE40BDF) is known color: Deep Magenta. HEX triplet: E4, 0B and DF. RGB value is (228,11,223). Sum of RGB (Red+Green+Blue) = 228+11+223=462 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.35% from 462); Green value is 11 (4.69% from 255 or 2.38% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 228 - color contains mainly: red. Hex color #E40BDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40BDF is #1BF420. Grayscale: #636363. Windows color (decimal): -1831969 or 14617572. OLE color: 14617572.
HSL color Cylindrical-coordinate representation of color #E40BDF: hue angle of 301.38º 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 #E40BDF is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 11 | 223 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.11 |
| HSL | 301.38º | 0.91% | 0.47% | - |
| HSV(B) | 301.38º | 0.95% | 0.89% | - |
| XYZ | 45.43 | 22.06 | 71.68 | - |
| YUV | 100.05 | 197.39 | 219.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 11 | 223 | 0 | 0.95 | 0.02 | 0.11 | 301.38 | 0.91 | 0.47 |
| Hex | E4 | B | DF | 0 | 5F | 2 | B | 12D | 5B | 2F |
| Octal | 344 | 13 | 337 | 0 | 137 | 2 | 13 | 455 | 133 | 57 |
| Binary | 11100100 | 1011 | 11011111 | 0 | 1011111 | 10 | 1011 | 100101101 | 1011011 | 101111 |
Color Harmonies of #E40BDF
Complementary color
Monochromatic Colors of #E40BDF
Black with #E40BDF
Text Example
Text Example
White with #E40BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40BDF; }
p { color: rgb(228,11,223); }
H1.HeaderClassName
{
color: #E40BDF;
}
.AnyTagClassName
{
color: #E40BDF;
}
</style>
background-color css
<style>
a { background-color: #E40BDF; }
a { background-color: rgb(228,11,223); }
div.DivClassName
{
background-color: #E40BDF;
}
.BgClassName
{
background-color: #E40BDF;
}
</style>
border-color css
<style>
span { border-color: #E40BDF; }
span { border-color: rgb(228,11,223); }
td.TdClassName
{
border-color: #E40BDF;
}
.TagClassName
{
border-color: #E40BDF;
}
</style>