Shades of Deep Magenta #E302DB
Tints of Deep Magenta #E302DB
RGB
CMYK
RGB Variations
Color information
#E302DB (or 0xE302DB) is known color: Deep Magenta. HEX triplet: E3, 02 and DB. RGB value is (227,2,219). Sum of RGB (Red+Green+Blue) = 227+2+219=448 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.67% from 448); Green value is 2 (1.17% from 255 or 0.45% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 227 - color contains mainly: red. Hex color #E302DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E302DB is #1CFD24. Grayscale: #5D5D5D. Windows color (decimal): -1899813 or 14353123. OLE color: 14353123.
HSL color Cylindrical-coordinate representation of color #E302DB: hue angle of 302.13º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E302DB is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 2 | 219 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.11 |
| HSL | 302.13º | 0.98% | 0.45% | - |
| HSV(B) | 302.13º | 0.99% | 0.89% | - |
| XYZ | 44.49 | 21.49 | 68.82 | - |
| YUV | 94.01 | 198.54 | 222.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 2 | 219 | 0 | 0.99 | 0.04 | 0.11 | 302.13 | 0.98 | 0.45 |
| Hex | E3 | 2 | DB | 0 | 63 | 4 | B | 12E | 62 | 2D |
| Octal | 343 | 2 | 333 | 0 | 143 | 4 | 13 | 456 | 142 | 55 |
| Binary | 11100011 | 10 | 11011011 | 0 | 1100011 | 100 | 1011 | 100101110 | 1100010 | 101101 |
Color Harmonies of #E302DB
Complementary color
Monochromatic Colors of #E302DB
Black with #E302DB
Text Example
Text Example
White with #E302DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E302DB; }
p { color: rgb(227,2,219); }
H1.HeaderClassName
{
color: #E302DB;
}
.AnyTagClassName
{
color: #E302DB;
}
</style>
background-color css
<style>
a { background-color: #E302DB; }
a { background-color: rgb(227,2,219); }
div.DivClassName
{
background-color: #E302DB;
}
.BgClassName
{
background-color: #E302DB;
}
</style>
border-color css
<style>
span { border-color: #E302DB; }
span { border-color: rgb(227,2,219); }
td.TdClassName
{
border-color: #E302DB;
}
.TagClassName
{
border-color: #E302DB;
}
</style>