Shades of Deep Magenta #E20BCB
Tints of Deep Magenta #E20BCB
RGB
CMYK
RGB Variations
Color information
#E20BCB (or 0xE20BCB) is known color: Deep Magenta. HEX triplet: E2, 0B and CB. RGB value is (226,11,203). Sum of RGB (Red+Green+Blue) = 226+11+203=440 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.36% from 440); Green value is 11 (4.69% from 255 or 2.5% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 226 - color contains mainly: red. Hex color #E20BCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20BCB is #1DF434. Grayscale: #606060. Windows color (decimal): -1963061 or 13306850. OLE color: 13306850.
HSL color Cylindrical-coordinate representation of color #E20BCB: hue angle of 306.42º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E20BCB is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 11 | 203 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.11 |
| HSL | 306.42º | 0.91% | 0.46% | - |
| HSV(B) | 306.42º | 0.95% | 0.89% | - |
| XYZ | 42.26 | 20.72 | 58.27 | - |
| YUV | 97.17 | 187.73 | 219.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 11 | 203 | 0 | 0.95 | 0.10 | 0.11 | 306.42 | 0.91 | 0.46 |
| Hex | E2 | B | CB | 0 | 5F | A | B | 132 | 5B | 2E |
| Octal | 342 | 13 | 313 | 0 | 137 | 12 | 13 | 462 | 133 | 56 |
| Binary | 11100010 | 1011 | 11001011 | 0 | 1011111 | 1010 | 1011 | 100110010 | 1011011 | 101110 |
Color Harmonies of #E20BCB
Complementary color
Monochromatic Colors of #E20BCB
Black with #E20BCB
Text Example
Text Example
White with #E20BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20BCB; }
p { color: rgb(226,11,203); }
H1.HeaderClassName
{
color: #E20BCB;
}
.AnyTagClassName
{
color: #E20BCB;
}
</style>
background-color css
<style>
a { background-color: #E20BCB; }
a { background-color: rgb(226,11,203); }
div.DivClassName
{
background-color: #E20BCB;
}
.BgClassName
{
background-color: #E20BCB;
}
</style>
border-color css
<style>
span { border-color: #E20BCB; }
span { border-color: rgb(226,11,203); }
td.TdClassName
{
border-color: #E20BCB;
}
.TagClassName
{
border-color: #E20BCB;
}
</style>