Shades of Deep Magenta #E60ADB
Tints of Deep Magenta #E60ADB
RGB
CMYK
RGB Variations
Color information
#E60ADB (or 0xE60ADB) is known color: Deep Magenta. HEX triplet: E6, 0A and DB. RGB value is (230,10,219). Sum of RGB (Red+Green+Blue) = 230+10+219=459 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.11% from 459); Green value is 10 (4.30% from 255 or 2.18% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 230 - color contains mainly: red. Hex color #E60ADB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60ADB is #19F524. Grayscale: #626262. Windows color (decimal): -1701157 or 14355174. OLE color: 14355174.
HSL color Cylindrical-coordinate representation of color #E60ADB: hue angle of 303º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E60ADB is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 10 | 219 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.10 |
| HSL | 303º | 0.92% | 0.47% | - |
| HSV(B) | 303º | 0.96% | 0.9% | - |
| XYZ | 45.53 | 22.15 | 68.89 | - |
| YUV | 99.61 | 195.39 | 221.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 10 | 219 | 0 | 0.96 | 0.05 | 0.10 | 303 | 0.92 | 0.47 |
| Hex | E6 | A | DB | 0 | 60 | 5 | A | 12F | 5C | 2F |
| Octal | 346 | 12 | 333 | 0 | 140 | 5 | 12 | 457 | 134 | 57 |
| Binary | 11100110 | 1010 | 11011011 | 0 | 1100000 | 101 | 1010 | 100101111 | 1011100 | 101111 |
Color Harmonies of #E60ADB
Complementary color
Monochromatic Colors of #E60ADB
Black with #E60ADB
Text Example
Text Example
White with #E60ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60ADB; }
p { color: rgb(230,10,219); }
H1.HeaderClassName
{
color: #E60ADB;
}
.AnyTagClassName
{
color: #E60ADB;
}
</style>
background-color css
<style>
a { background-color: #E60ADB; }
a { background-color: rgb(230,10,219); }
div.DivClassName
{
background-color: #E60ADB;
}
.BgClassName
{
background-color: #E60ADB;
}
</style>
border-color css
<style>
span { border-color: #E60ADB; }
span { border-color: rgb(230,10,219); }
td.TdClassName
{
border-color: #E60ADB;
}
.TagClassName
{
border-color: #E60ADB;
}
</style>