Shades of Deep Magenta #E20BD7
Tints of Deep Magenta #E20BD7
RGB
CMYK
RGB Variations
Color information
#E20BD7 (or 0xE20BD7) is known color: Deep Magenta. HEX triplet: E2, 0B and D7. RGB value is (226,11,215). Sum of RGB (Red+Green+Blue) = 226+11+215=452 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50% from 452); Green value is 11 (4.69% from 255 or 2.43% from 452); Blue value is 215 (84.38% from 255 or 47.57% from 452); Max value from RGB is 226 - color contains mainly: red. Hex color #E20BD7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20BD7 is #1DF428. Grayscale: #616161. Windows color (decimal): -1963049 or 14093282. OLE color: 14093282.
HSL color Cylindrical-coordinate representation of color #E20BD7: hue angle of 303.07º 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 #E20BD7 is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 11 | 215 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.11 |
| HSL | 303.07º | 0.91% | 0.46% | - |
| HSV(B) | 303.07º | 0.95% | 0.89% | - |
| XYZ | 43.75 | 21.31 | 66.1 | - |
| YUV | 98.54 | 193.73 | 218.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 11 | 215 | 0 | 0.95 | 0.05 | 0.11 | 303.07 | 0.91 | 0.46 |
| Hex | E2 | B | D7 | 0 | 5F | 5 | B | 12F | 5B | 2E |
| Octal | 342 | 13 | 327 | 0 | 137 | 5 | 13 | 457 | 133 | 56 |
| Binary | 11100010 | 1011 | 11010111 | 0 | 1011111 | 101 | 1011 | 100101111 | 1011011 | 101110 |
Color Harmonies of #E20BD7
Complementary color
Monochromatic Colors of #E20BD7
Black with #E20BD7
Text Example
Text Example
White with #E20BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20BD7; }
p { color: rgb(226,11,215); }
H1.HeaderClassName
{
color: #E20BD7;
}
.AnyTagClassName
{
color: #E20BD7;
}
</style>
background-color css
<style>
a { background-color: #E20BD7; }
a { background-color: rgb(226,11,215); }
div.DivClassName
{
background-color: #E20BD7;
}
.BgClassName
{
background-color: #E20BD7;
}
</style>
border-color css
<style>
span { border-color: #E20BD7; }
span { border-color: rgb(226,11,215); }
td.TdClassName
{
border-color: #E20BD7;
}
.TagClassName
{
border-color: #E20BD7;
}
</style>