Shades of Deep Magenta #E60BDE
Tints of Deep Magenta #E60BDE
RGB
CMYK
RGB Variations
Color information
#E60BDE (or 0xE60BDE) is known color: Deep Magenta. HEX triplet: E6, 0B and DE. RGB value is (230,11,222). Sum of RGB (Red+Green+Blue) = 230+11+222=463 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.68% from 463); Green value is 11 (4.69% from 255 or 2.38% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 230 - color contains mainly: red. Hex color #E60BDE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60BDE is #19F421. Grayscale: #636363. Windows color (decimal): -1700898 or 14552038. OLE color: 14552038.
HSL color Cylindrical-coordinate representation of color #E60BDE: hue angle of 302.19º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E60BDE is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 11 | 222 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.10 |
| HSL | 302.19º | 0.91% | 0.47% | - |
| HSV(B) | 302.19º | 0.95% | 0.9% | - |
| XYZ | 45.94 | 22.34 | 71 | - |
| YUV | 100.54 | 196.55 | 220.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 11 | 222 | 0 | 0.95 | 0.03 | 0.10 | 302.19 | 0.91 | 0.47 |
| Hex | E6 | B | DE | 0 | 5F | 3 | A | 12E | 5B | 2F |
| Octal | 346 | 13 | 336 | 0 | 137 | 3 | 12 | 456 | 133 | 57 |
| Binary | 11100110 | 1011 | 11011110 | 0 | 1011111 | 11 | 1010 | 100101110 | 1011011 | 101111 |
Color Harmonies of #E60BDE
Complementary color
Monochromatic Colors of #E60BDE
Black with #E60BDE
Text Example
Text Example
White with #E60BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60BDE; }
p { color: rgb(230,11,222); }
H1.HeaderClassName
{
color: #E60BDE;
}
.AnyTagClassName
{
color: #E60BDE;
}
</style>
background-color css
<style>
a { background-color: #E60BDE; }
a { background-color: rgb(230,11,222); }
div.DivClassName
{
background-color: #E60BDE;
}
.BgClassName
{
background-color: #E60BDE;
}
</style>
border-color css
<style>
span { border-color: #E60BDE; }
span { border-color: rgb(230,11,222); }
td.TdClassName
{
border-color: #E60BDE;
}
.TagClassName
{
border-color: #E60BDE;
}
</style>