Shades of Deep Magenta #E308DB
Tints of Deep Magenta #E308DB
RGB
CMYK
RGB Variations
Color information
#E308DB (or 0xE308DB) is known color: Deep Magenta. HEX triplet: E3, 08 and DB. RGB value is (227,8,219). Sum of RGB (Red+Green+Blue) = 227+8+219=454 (60% of max value = 765). Red value is 227 (89.06% from 255 or 50% from 454); Green value is 8 (3.52% from 255 or 1.76% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 227 - color contains mainly: red. Hex color #E308DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E308DB is #1CF724. Grayscale: #606060. Windows color (decimal): -1898277 or 14354659. OLE color: 14354659.
HSL color Cylindrical-coordinate representation of color #E308DB: hue angle of 302.19º degrees, saturation: 0.93, 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 #E308DB is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 8 | 219 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.11 |
| HSL | 302.19º | 0.93% | 0.46% | - |
| HSV(B) | 302.19º | 0.96% | 0.89% | - |
| XYZ | 44.55 | 21.62 | 68.84 | - |
| YUV | 97.54 | 196.55 | 220.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 8 | 219 | 0 | 0.96 | 0.04 | 0.11 | 302.19 | 0.93 | 0.46 |
| Hex | E3 | 8 | DB | 0 | 60 | 4 | B | 12E | 5D | 2E |
| Octal | 343 | 10 | 333 | 0 | 140 | 4 | 13 | 456 | 135 | 56 |
| Binary | 11100011 | 1000 | 11011011 | 0 | 1100000 | 100 | 1011 | 100101110 | 1011101 | 101110 |
Color Harmonies of #E308DB
Complementary color
Monochromatic Colors of #E308DB
Black with #E308DB
Text Example
Text Example
White with #E308DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E308DB; }
p { color: rgb(227,8,219); }
H1.HeaderClassName
{
color: #E308DB;
}
.AnyTagClassName
{
color: #E308DB;
}
</style>
background-color css
<style>
a { background-color: #E308DB; }
a { background-color: rgb(227,8,219); }
div.DivClassName
{
background-color: #E308DB;
}
.BgClassName
{
background-color: #E308DB;
}
</style>
border-color css
<style>
span { border-color: #E308DB; }
span { border-color: rgb(227,8,219); }
td.TdClassName
{
border-color: #E308DB;
}
.TagClassName
{
border-color: #E308DB;
}
</style>