Shades of Deep Magenta #E305DB
Tints of Deep Magenta #E305DB
RGB
CMYK
RGB Variations
Color information
#E305DB (or 0xE305DB) is known color: Deep Magenta. HEX triplet: E3, 05 and DB. RGB value is (227,5,219). Sum of RGB (Red+Green+Blue) = 227+5+219=451 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.33% from 451); Green value is 5 (2.34% from 255 or 1.11% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 227 - color contains mainly: red. Hex color #E305DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E305DB is #1CFA24. Grayscale: #5F5F5F. Windows color (decimal): -1899045 or 14353891. OLE color: 14353891.
HSL color Cylindrical-coordinate representation of color #E305DB: hue angle of 302.16º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E305DB is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 5 | 219 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.11 |
| HSL | 302.16º | 0.96% | 0.45% | - |
| HSV(B) | 302.16º | 0.98% | 0.89% | - |
| XYZ | 44.52 | 21.55 | 68.83 | - |
| YUV | 95.77 | 197.55 | 221.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 5 | 219 | 0 | 0.98 | 0.04 | 0.11 | 302.16 | 0.96 | 0.45 |
| Hex | E3 | 5 | DB | 0 | 62 | 4 | B | 12E | 60 | 2D |
| Octal | 343 | 5 | 333 | 0 | 142 | 4 | 13 | 456 | 140 | 55 |
| Binary | 11100011 | 101 | 11011011 | 0 | 1100010 | 100 | 1011 | 100101110 | 1100000 | 101101 |
Color Harmonies of #E305DB
Complementary color
Monochromatic Colors of #E305DB
Black with #E305DB
Text Example
Text Example
White with #E305DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E305DB; }
p { color: rgb(227,5,219); }
H1.HeaderClassName
{
color: #E305DB;
}
.AnyTagClassName
{
color: #E305DB;
}
</style>
background-color css
<style>
a { background-color: #E305DB; }
a { background-color: rgb(227,5,219); }
div.DivClassName
{
background-color: #E305DB;
}
.BgClassName
{
background-color: #E305DB;
}
</style>
border-color css
<style>
span { border-color: #E305DB; }
span { border-color: rgb(227,5,219); }
td.TdClassName
{
border-color: #E305DB;
}
.TagClassName
{
border-color: #E305DB;
}
</style>