Shades of Deep Magenta #E30BDB
Tints of Deep Magenta #E30BDB
RGB
CMYK
RGB Variations
Color information
#E30BDB (or 0xE30BDB) is known color: Deep Magenta. HEX triplet: E3, 0B and DB. RGB value is (227,11,219). Sum of RGB (Red+Green+Blue) = 227+11+219=457 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.67% from 457); Green value is 11 (4.69% from 255 or 2.41% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 227 - color contains mainly: red. Hex color #E30BDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E30BDB is #1CF424. Grayscale: #626262. Windows color (decimal): -1897509 or 14355427. OLE color: 14355427.
HSL color Cylindrical-coordinate representation of color #E30BDB: hue angle of 302.22º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E30BDB is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 11 | 219 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.11 |
| HSL | 302.22º | 0.91% | 0.47% | - |
| HSV(B) | 302.22º | 0.95% | 0.89% | - |
| XYZ | 44.58 | 21.68 | 68.85 | - |
| YUV | 99.3 | 195.56 | 219.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 11 | 219 | 0 | 0.95 | 0.04 | 0.11 | 302.22 | 0.91 | 0.47 |
| Hex | E3 | B | DB | 0 | 5F | 4 | B | 12E | 5B | 2F |
| Octal | 343 | 13 | 333 | 0 | 137 | 4 | 13 | 456 | 133 | 57 |
| Binary | 11100011 | 1011 | 11011011 | 0 | 1011111 | 100 | 1011 | 100101110 | 1011011 | 101111 |
Color Harmonies of #E30BDB
Complementary color
Monochromatic Colors of #E30BDB
Black with #E30BDB
Text Example
Text Example
White with #E30BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30BDB; }
p { color: rgb(227,11,219); }
H1.HeaderClassName
{
color: #E30BDB;
}
.AnyTagClassName
{
color: #E30BDB;
}
</style>
background-color css
<style>
a { background-color: #E30BDB; }
a { background-color: rgb(227,11,219); }
div.DivClassName
{
background-color: #E30BDB;
}
.BgClassName
{
background-color: #E30BDB;
}
</style>
border-color css
<style>
span { border-color: #E30BDB; }
span { border-color: rgb(227,11,219); }
td.TdClassName
{
border-color: #E30BDB;
}
.TagClassName
{
border-color: #E30BDB;
}
</style>