Shades of Deep Magenta #E30EDB
Tints of Deep Magenta #E30EDB
RGB
CMYK
RGB Variations
Color information
#E30EDB (or 0xE30EDB) is known color: Deep Magenta. HEX triplet: E3, 0E and DB. RGB value is (227,14,219). Sum of RGB (Red+Green+Blue) = 227+14+219=460 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.35% from 460); Green value is 14 (5.86% from 255 or 3.04% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 227 - color contains mainly: red. Hex color #E30EDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E30EDB is #1CF124. Grayscale: #646464. Windows color (decimal): -1896741 or 14356195. OLE color: 14356195.
HSL color Cylindrical-coordinate representation of color #E30EDB: hue angle of 302.25º degrees, saturation: 0.88, 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 #E30EDB is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 14 | 219 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.11 |
| HSL | 302.25º | 0.88% | 0.47% | - |
| HSV(B) | 302.25º | 0.94% | 0.89% | - |
| XYZ | 44.62 | 21.76 | 68.87 | - |
| YUV | 101.06 | 194.57 | 217.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 14 | 219 | 0 | 0.94 | 0.04 | 0.11 | 302.25 | 0.88 | 0.47 |
| Hex | E3 | E | DB | 0 | 5E | 4 | B | 12E | 58 | 2F |
| Octal | 343 | 16 | 333 | 0 | 136 | 4 | 13 | 456 | 130 | 57 |
| Binary | 11100011 | 1110 | 11011011 | 0 | 1011110 | 100 | 1011 | 100101110 | 1011000 | 101111 |
Color Harmonies of #E30EDB
Complementary color
Monochromatic Colors of #E30EDB
Black with #E30EDB
Text Example
Text Example
White with #E30EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30EDB; }
p { color: rgb(227,14,219); }
H1.HeaderClassName
{
color: #E30EDB;
}
.AnyTagClassName
{
color: #E30EDB;
}
</style>
background-color css
<style>
a { background-color: #E30EDB; }
a { background-color: rgb(227,14,219); }
div.DivClassName
{
background-color: #E30EDB;
}
.BgClassName
{
background-color: #E30EDB;
}
</style>
border-color css
<style>
span { border-color: #E30EDB; }
span { border-color: rgb(227,14,219); }
td.TdClassName
{
border-color: #E30EDB;
}
.TagClassName
{
border-color: #E30EDB;
}
</style>