Shades of Deep Magenta #E20BD2
Tints of Deep Magenta #E20BD2
RGB
CMYK
RGB Variations
Color information
#E20BD2 (or 0xE20BD2) is known color: Deep Magenta. HEX triplet: E2, 0B and D2. RGB value is (226,11,210). Sum of RGB (Red+Green+Blue) = 226+11+210=447 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.56% from 447); Green value is 11 (4.69% from 255 or 2.46% from 447); Blue value is 210 (82.42% from 255 or 46.98% from 447); Max value from RGB is 226 - color contains mainly: red. Hex color #E20BD2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20BD2 is #1DF42D. Grayscale: #616161. Windows color (decimal): -1963054 or 13765602. OLE color: 13765602.
HSL color Cylindrical-coordinate representation of color #E20BD2: hue angle of 304.47º 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 #E20BD2 is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 11 | 210 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.11 |
| HSL | 304.47º | 0.91% | 0.46% | - |
| HSV(B) | 304.47º | 0.95% | 0.89% | - |
| XYZ | 43.12 | 21.06 | 62.77 | - |
| YUV | 97.97 | 191.23 | 219.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 11 | 210 | 0 | 0.95 | 0.07 | 0.11 | 304.47 | 0.91 | 0.46 |
| Hex | E2 | B | D2 | 0 | 5F | 7 | B | 130 | 5B | 2E |
| Octal | 342 | 13 | 322 | 0 | 137 | 7 | 13 | 460 | 133 | 56 |
| Binary | 11100010 | 1011 | 11010010 | 0 | 1011111 | 111 | 1011 | 100110000 | 1011011 | 101110 |
Color Harmonies of #E20BD2
Complementary color
Monochromatic Colors of #E20BD2
Black with #E20BD2
Text Example
Text Example
White with #E20BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20BD2; }
p { color: rgb(226,11,210); }
H1.HeaderClassName
{
color: #E20BD2;
}
.AnyTagClassName
{
color: #E20BD2;
}
</style>
background-color css
<style>
a { background-color: #E20BD2; }
a { background-color: rgb(226,11,210); }
div.DivClassName
{
background-color: #E20BD2;
}
.BgClassName
{
background-color: #E20BD2;
}
</style>
border-color css
<style>
span { border-color: #E20BD2; }
span { border-color: rgb(226,11,210); }
td.TdClassName
{
border-color: #E20BD2;
}
.TagClassName
{
border-color: #E20BD2;
}
</style>