Shades of Deep Magenta #E40BCB
Tints of Deep Magenta #E40BCB
RGB
CMYK
RGB Variations
Color information
#E40BCB (or 0xE40BCB) is known color: Deep Magenta. HEX triplet: E4, 0B and CB. RGB value is (228,11,203). Sum of RGB (Red+Green+Blue) = 228+11+203=442 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.58% from 442); Green value is 11 (4.69% from 255 or 2.49% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 228 - color contains mainly: red. Hex color #E40BCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40BCB is #1BF434. Grayscale: #616161. Windows color (decimal): -1831989 or 13306852. OLE color: 13306852.
HSL color Cylindrical-coordinate representation of color #E40BCB: hue angle of 306.91º 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 #E40BCB is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 11 | 203 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.11 |
| HSL | 306.91º | 0.91% | 0.47% | - |
| HSV(B) | 306.91º | 0.95% | 0.89% | - |
| XYZ | 42.89 | 21.05 | 58.3 | - |
| YUV | 97.77 | 187.39 | 220.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 11 | 203 | 0 | 0.95 | 0.11 | 0.11 | 306.91 | 0.91 | 0.47 |
| Hex | E4 | B | CB | 0 | 5F | B | B | 133 | 5B | 2F |
| Octal | 344 | 13 | 313 | 0 | 137 | 13 | 13 | 463 | 133 | 57 |
| Binary | 11100100 | 1011 | 11001011 | 0 | 1011111 | 1011 | 1011 | 100110011 | 1011011 | 101111 |
Color Harmonies of #E40BCB
Complementary color
Monochromatic Colors of #E40BCB
Black with #E40BCB
Text Example
Text Example
White with #E40BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40BCB; }
p { color: rgb(228,11,203); }
H1.HeaderClassName
{
color: #E40BCB;
}
.AnyTagClassName
{
color: #E40BCB;
}
</style>
background-color css
<style>
a { background-color: #E40BCB; }
a { background-color: rgb(228,11,203); }
div.DivClassName
{
background-color: #E40BCB;
}
.BgClassName
{
background-color: #E40BCB;
}
</style>
border-color css
<style>
span { border-color: #E40BCB; }
span { border-color: rgb(228,11,203); }
td.TdClassName
{
border-color: #E40BCB;
}
.TagClassName
{
border-color: #E40BCB;
}
</style>