Shades of Deep Magenta #E70BDE
Tints of Deep Magenta #E70BDE
RGB
CMYK
RGB Variations
Color information
#E70BDE (or 0xE70BDE) is known color: Deep Magenta. HEX triplet: E7, 0B and DE. RGB value is (231,11,222). Sum of RGB (Red+Green+Blue) = 231+11+222=464 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.78% from 464); Green value is 11 (4.69% from 255 or 2.37% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 231 - color contains mainly: red. Hex color #E70BDE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70BDE is #18F421. Grayscale: #646464. Windows color (decimal): -1635362 or 14552039. OLE color: 14552039.
HSL color Cylindrical-coordinate representation of color #E70BDE: hue angle of 302.45º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E70BDE is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 11 | 222 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.09 |
| HSL | 302.45º | 0.91% | 0.47% | - |
| HSV(B) | 302.45º | 0.95% | 0.91% | - |
| XYZ | 46.26 | 22.5 | 71.01 | - |
| YUV | 100.83 | 196.39 | 220.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 11 | 222 | 0 | 0.95 | 0.04 | 0.09 | 302.45 | 0.91 | 0.47 |
| Hex | E7 | B | DE | 0 | 5F | 4 | 9 | 12E | 5B | 2F |
| Octal | 347 | 13 | 336 | 0 | 137 | 4 | 11 | 456 | 133 | 57 |
| Binary | 11100111 | 1011 | 11011110 | 0 | 1011111 | 100 | 1001 | 100101110 | 1011011 | 101111 |
Color Harmonies of #E70BDE
Complementary color
Monochromatic Colors of #E70BDE
Black with #E70BDE
Text Example
Text Example
White with #E70BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70BDE; }
p { color: rgb(231,11,222); }
H1.HeaderClassName
{
color: #E70BDE;
}
.AnyTagClassName
{
color: #E70BDE;
}
</style>
background-color css
<style>
a { background-color: #E70BDE; }
a { background-color: rgb(231,11,222); }
div.DivClassName
{
background-color: #E70BDE;
}
.BgClassName
{
background-color: #E70BDE;
}
</style>
border-color css
<style>
span { border-color: #E70BDE; }
span { border-color: rgb(231,11,222); }
td.TdClassName
{
border-color: #E70BDE;
}
.TagClassName
{
border-color: #E70BDE;
}
</style>