Shades of Deep Magenta #E301DB
Tints of Deep Magenta #E301DB
RGB
CMYK
RGB Variations
Color information
#E301DB (or 0xE301DB) is known color: Deep Magenta. HEX triplet: E3, 01 and DB. RGB value is (227,1,219). Sum of RGB (Red+Green+Blue) = 227+1+219=447 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.78% from 447); Green value is 1 (0.78% from 255 or 0.22% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 227 - color contains mainly: red. Hex color #E301DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E301DB is #1CFE24. Grayscale: #5C5C5C. Windows color (decimal): -1900069 or 14352867. OLE color: 14352867.
HSL color Cylindrical-coordinate representation of color #E301DB: hue angle of 302.12º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E301DB is Cyan = 0, Magento = 1.00, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 1 | 219 | - |
| CMYK | 0 | 1.00 | 0.04 | 0.11 |
| HSL | 302.12º | 0.99% | 0.45% | - |
| HSV(B) | 302.12º | 1% | 0.89% | - |
| XYZ | 44.48 | 21.47 | 68.82 | - |
| YUV | 93.43 | 198.87 | 223.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 1 | 219 | 0 | 1.00 | 0.04 | 0.11 | 302.12 | 0.99 | 0.45 |
| Hex | E3 | 1 | DB | 0 | 64 | 4 | B | 12E | 63 | 2D |
| Octal | 343 | 1 | 333 | 0 | 144 | 4 | 13 | 456 | 143 | 55 |
| Binary | 11100011 | 1 | 11011011 | 0 | 1100100 | 100 | 1011 | 100101110 | 1100011 | 101101 |
Color Harmonies of #E301DB
Complementary color
Monochromatic Colors of #E301DB
Black with #E301DB
Text Example
Text Example
White with #E301DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E301DB; }
p { color: rgb(227,1,219); }
H1.HeaderClassName
{
color: #E301DB;
}
.AnyTagClassName
{
color: #E301DB;
}
</style>
background-color css
<style>
a { background-color: #E301DB; }
a { background-color: rgb(227,1,219); }
div.DivClassName
{
background-color: #E301DB;
}
.BgClassName
{
background-color: #E301DB;
}
</style>
border-color css
<style>
span { border-color: #E301DB; }
span { border-color: rgb(227,1,219); }
td.TdClassName
{
border-color: #E301DB;
}
.TagClassName
{
border-color: #E301DB;
}
</style>