Shades of Deep Magenta #E20BC6
Tints of Deep Magenta #E20BC6
RGB
CMYK
RGB Variations
Color information
#E20BC6 (or 0xE20BC6) is known color: Deep Magenta. HEX triplet: E2, 0B and C6. RGB value is (226,11,198). Sum of RGB (Red+Green+Blue) = 226+11+198=435 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.95% from 435); Green value is 11 (4.69% from 255 or 2.53% from 435); Blue value is 198 (77.73% from 255 or 45.52% from 435); Max value from RGB is 226 - color contains mainly: red. Hex color #E20BC6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20BC6 is #1DF439. Grayscale: #606060. Windows color (decimal): -1963066 or 12979170. OLE color: 12979170.
HSL color Cylindrical-coordinate representation of color #E20BC6: hue angle of 307.81º 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 #E20BC6 is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 11 | 198 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.11 |
| HSL | 307.81º | 0.91% | 0.46% | - |
| HSV(B) | 307.81º | 0.95% | 0.89% | - |
| XYZ | 41.68 | 20.49 | 55.18 | - |
| YUV | 96.6 | 185.23 | 220.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 11 | 198 | 0 | 0.95 | 0.12 | 0.11 | 307.81 | 0.91 | 0.46 |
| Hex | E2 | B | C6 | 0 | 5F | C | B | 134 | 5B | 2E |
| Octal | 342 | 13 | 306 | 0 | 137 | 14 | 13 | 464 | 133 | 56 |
| Binary | 11100010 | 1011 | 11000110 | 0 | 1011111 | 1100 | 1011 | 100110100 | 1011011 | 101110 |
Color Harmonies of #E20BC6
Complementary color
Monochromatic Colors of #E20BC6
Black with #E20BC6
Text Example
Text Example
White with #E20BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20BC6; }
p { color: rgb(226,11,198); }
H1.HeaderClassName
{
color: #E20BC6;
}
.AnyTagClassName
{
color: #E20BC6;
}
</style>
background-color css
<style>
a { background-color: #E20BC6; }
a { background-color: rgb(226,11,198); }
div.DivClassName
{
background-color: #E20BC6;
}
.BgClassName
{
background-color: #E20BC6;
}
</style>
border-color css
<style>
span { border-color: #E20BC6; }
span { border-color: rgb(226,11,198); }
td.TdClassName
{
border-color: #E20BC6;
}
.TagClassName
{
border-color: #E20BC6;
}
</style>