Shades of Deep Magenta #E60BDA
Tints of Deep Magenta #E60BDA
RGB
CMYK
RGB Variations
Color information
#E60BDA (or 0xE60BDA) is known color: Deep Magenta. HEX triplet: E6, 0B and DA. RGB value is (230,11,218). Sum of RGB (Red+Green+Blue) = 230+11+218=459 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.11% from 459); Green value is 11 (4.69% from 255 or 2.40% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 230 - color contains mainly: red. Hex color #E60BDA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60BDA is #19F425. Grayscale: #636363. Windows color (decimal): -1700902 or 14289894. OLE color: 14289894.
HSL color Cylindrical-coordinate representation of color #E60BDA: hue angle of 303.29º 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 #E60BDA is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 11 | 218 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.10 |
| HSL | 303.29º | 0.91% | 0.47% | - |
| HSV(B) | 303.29º | 0.95% | 0.9% | - |
| XYZ | 45.41 | 22.12 | 68.21 | - |
| YUV | 100.08 | 194.55 | 220.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 11 | 218 | 0 | 0.95 | 0.05 | 0.10 | 303.29 | 0.91 | 0.47 |
| Hex | E6 | B | DA | 0 | 5F | 5 | A | 12F | 5B | 2F |
| Octal | 346 | 13 | 332 | 0 | 137 | 5 | 12 | 457 | 133 | 57 |
| Binary | 11100110 | 1011 | 11011010 | 0 | 1011111 | 101 | 1010 | 100101111 | 1011011 | 101111 |
Color Harmonies of #E60BDA
Complementary color
Monochromatic Colors of #E60BDA
Black with #E60BDA
Text Example
Text Example
White with #E60BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60BDA; }
p { color: rgb(230,11,218); }
H1.HeaderClassName
{
color: #E60BDA;
}
.AnyTagClassName
{
color: #E60BDA;
}
</style>
background-color css
<style>
a { background-color: #E60BDA; }
a { background-color: rgb(230,11,218); }
div.DivClassName
{
background-color: #E60BDA;
}
.BgClassName
{
background-color: #E60BDA;
}
</style>
border-color css
<style>
span { border-color: #E60BDA; }
span { border-color: rgb(230,11,218); }
td.TdClassName
{
border-color: #E60BDA;
}
.TagClassName
{
border-color: #E60BDA;
}
</style>