Shades of Deep Magenta #E30DDB
Tints of Deep Magenta #E30DDB
RGB
CMYK
RGB Variations
Color information
#E30DDB (or 0xE30DDB) is known color: Deep Magenta. HEX triplet: E3, 0D and DB. RGB value is (227,13,219). Sum of RGB (Red+Green+Blue) = 227+13+219=459 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.46% from 459); Green value is 13 (5.47% from 255 or 2.83% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 227 - color contains mainly: red. Hex color #E30DDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E30DDB is #1CF224. Grayscale: #636363. Windows color (decimal): -1896997 or 14355939. OLE color: 14355939.
HSL color Cylindrical-coordinate representation of color #E30DDB: hue angle of 302.24º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E30DDB is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 13 | 219 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.11 |
| HSL | 302.24º | 0.89% | 0.47% | - |
| HSV(B) | 302.24º | 0.94% | 0.89% | - |
| XYZ | 44.61 | 21.73 | 68.86 | - |
| YUV | 100.47 | 194.9 | 218.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 13 | 219 | 0 | 0.94 | 0.04 | 0.11 | 302.24 | 0.89 | 0.47 |
| Hex | E3 | D | DB | 0 | 5E | 4 | B | 12E | 59 | 2F |
| Octal | 343 | 15 | 333 | 0 | 136 | 4 | 13 | 456 | 131 | 57 |
| Binary | 11100011 | 1101 | 11011011 | 0 | 1011110 | 100 | 1011 | 100101110 | 1011001 | 101111 |
Color Harmonies of #E30DDB
Complementary color
Monochromatic Colors of #E30DDB
Black with #E30DDB
Text Example
Text Example
White with #E30DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30DDB; }
p { color: rgb(227,13,219); }
H1.HeaderClassName
{
color: #E30DDB;
}
.AnyTagClassName
{
color: #E30DDB;
}
</style>
background-color css
<style>
a { background-color: #E30DDB; }
a { background-color: rgb(227,13,219); }
div.DivClassName
{
background-color: #E30DDB;
}
.BgClassName
{
background-color: #E30DDB;
}
</style>
border-color css
<style>
span { border-color: #E30DDB; }
span { border-color: rgb(227,13,219); }
td.TdClassName
{
border-color: #E30DDB;
}
.TagClassName
{
border-color: #E30DDB;
}
</style>