Shades of Deep Magenta #E40BCC
Tints of Deep Magenta #E40BCC
RGB
CMYK
RGB Variations
Color information
#E40BCC (or 0xE40BCC) is known color: Deep Magenta. HEX triplet: E4, 0B and CC. RGB value is (228,11,204). Sum of RGB (Red+Green+Blue) = 228+11+204=443 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.47% from 443); Green value is 11 (4.69% from 255 or 2.48% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 228 - color contains mainly: red. Hex color #E40BCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40BCC is #1BF433. Grayscale: #616161. Windows color (decimal): -1831988 or 13372388. OLE color: 13372388.
HSL color Cylindrical-coordinate representation of color #E40BCC: hue angle of 306.64º 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 #E40BCC is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 11 | 204 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.11 |
| HSL | 306.64º | 0.91% | 0.47% | - |
| HSV(B) | 306.64º | 0.95% | 0.89% | - |
| XYZ | 43.01 | 21.09 | 58.93 | - |
| YUV | 97.89 | 187.89 | 220.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 11 | 204 | 0 | 0.95 | 0.11 | 0.11 | 306.64 | 0.91 | 0.47 |
| Hex | E4 | B | CC | 0 | 5F | B | B | 133 | 5B | 2F |
| Octal | 344 | 13 | 314 | 0 | 137 | 13 | 13 | 463 | 133 | 57 |
| Binary | 11100100 | 1011 | 11001100 | 0 | 1011111 | 1011 | 1011 | 100110011 | 1011011 | 101111 |
Color Harmonies of #E40BCC
Complementary color
Monochromatic Colors of #E40BCC
Black with #E40BCC
Text Example
Text Example
White with #E40BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40BCC; }
p { color: rgb(228,11,204); }
H1.HeaderClassName
{
color: #E40BCC;
}
.AnyTagClassName
{
color: #E40BCC;
}
</style>
background-color css
<style>
a { background-color: #E40BCC; }
a { background-color: rgb(228,11,204); }
div.DivClassName
{
background-color: #E40BCC;
}
.BgClassName
{
background-color: #E40BCC;
}
</style>
border-color css
<style>
span { border-color: #E40BCC; }
span { border-color: rgb(228,11,204); }
td.TdClassName
{
border-color: #E40BCC;
}
.TagClassName
{
border-color: #E40BCC;
}
</style>