Shades of Deep Magenta #E30ADB
Tints of Deep Magenta #E30ADB
RGB
CMYK
RGB Variations
Color information
#E30ADB (or 0xE30ADB) is known color: Deep Magenta. HEX triplet: E3, 0A and DB. RGB value is (227,10,219). Sum of RGB (Red+Green+Blue) = 227+10+219=456 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.78% from 456); Green value is 10 (4.30% from 255 or 2.19% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 227 - color contains mainly: red. Hex color #E30ADB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E30ADB is #1CF524. Grayscale: #626262. Windows color (decimal): -1897765 or 14355171. OLE color: 14355171.
HSL color Cylindrical-coordinate representation of color #E30ADB: hue angle of 302.21º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E30ADB is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 10 | 219 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.11 |
| HSL | 302.21º | 0.92% | 0.46% | - |
| HSV(B) | 302.21º | 0.96% | 0.89% | - |
| XYZ | 44.57 | 21.66 | 68.85 | - |
| YUV | 98.71 | 195.89 | 219.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 10 | 219 | 0 | 0.96 | 0.04 | 0.11 | 302.21 | 0.92 | 0.46 |
| Hex | E3 | A | DB | 0 | 60 | 4 | B | 12E | 5C | 2E |
| Octal | 343 | 12 | 333 | 0 | 140 | 4 | 13 | 456 | 134 | 56 |
| Binary | 11100011 | 1010 | 11011011 | 0 | 1100000 | 100 | 1011 | 100101110 | 1011100 | 101110 |
Color Harmonies of #E30ADB
Complementary color
Monochromatic Colors of #E30ADB
Black with #E30ADB
Text Example
Text Example
White with #E30ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30ADB; }
p { color: rgb(227,10,219); }
H1.HeaderClassName
{
color: #E30ADB;
}
.AnyTagClassName
{
color: #E30ADB;
}
</style>
background-color css
<style>
a { background-color: #E30ADB; }
a { background-color: rgb(227,10,219); }
div.DivClassName
{
background-color: #E30ADB;
}
.BgClassName
{
background-color: #E30ADB;
}
</style>
border-color css
<style>
span { border-color: #E30ADB; }
span { border-color: rgb(227,10,219); }
td.TdClassName
{
border-color: #E30ADB;
}
.TagClassName
{
border-color: #E30ADB;
}
</style>