Shades of Deep Magenta #E20BCE
Tints of Deep Magenta #E20BCE
RGB
CMYK
RGB Variations
Color information
#E20BCE (or 0xE20BCE) is known color: Deep Magenta. HEX triplet: E2, 0B and CE. RGB value is (226,11,206). Sum of RGB (Red+Green+Blue) = 226+11+206=443 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.02% from 443); Green value is 11 (4.69% from 255 or 2.48% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 226 - color contains mainly: red. Hex color #E20BCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20BCE is #1DF431. Grayscale: #606060. Windows color (decimal): -1963058 or 13503458. OLE color: 13503458.
HSL color Cylindrical-coordinate representation of color #E20BCE: hue angle of 305.58º 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 #E20BCE is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 11 | 206 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.11 |
| HSL | 305.58º | 0.91% | 0.46% | - |
| HSV(B) | 305.58º | 0.95% | 0.89% | - |
| XYZ | 42.62 | 20.86 | 60.17 | - |
| YUV | 97.52 | 189.23 | 219.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 11 | 206 | 0 | 0.95 | 0.09 | 0.11 | 305.58 | 0.91 | 0.46 |
| Hex | E2 | B | CE | 0 | 5F | 9 | B | 132 | 5B | 2E |
| Octal | 342 | 13 | 316 | 0 | 137 | 11 | 13 | 462 | 133 | 56 |
| Binary | 11100010 | 1011 | 11001110 | 0 | 1011111 | 1001 | 1011 | 100110010 | 1011011 | 101110 |
Color Harmonies of #E20BCE
Complementary color
Monochromatic Colors of #E20BCE
Black with #E20BCE
Text Example
Text Example
White with #E20BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20BCE; }
p { color: rgb(226,11,206); }
H1.HeaderClassName
{
color: #E20BCE;
}
.AnyTagClassName
{
color: #E20BCE;
}
</style>
background-color css
<style>
a { background-color: #E20BCE; }
a { background-color: rgb(226,11,206); }
div.DivClassName
{
background-color: #E20BCE;
}
.BgClassName
{
background-color: #E20BCE;
}
</style>
border-color css
<style>
span { border-color: #E20BCE; }
span { border-color: rgb(226,11,206); }
td.TdClassName
{
border-color: #E20BCE;
}
.TagClassName
{
border-color: #E20BCE;
}
</style>