Shades of Deep Magenta #E302DC
Tints of Deep Magenta #E302DC
RGB
CMYK
RGB Variations
Color information
#E302DC (or 0xE302DC) is known color: Deep Magenta. HEX triplet: E3, 02 and DC. RGB value is (227,2,220). Sum of RGB (Red+Green+Blue) = 227+2+220=449 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.56% from 449); Green value is 2 (1.17% from 255 or 0.45% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 227 - color contains mainly: red. Hex color #E302DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E302DC is #1CFD23. Grayscale: #5D5D5D. Windows color (decimal): -1899812 or 14418659. OLE color: 14418659.
HSL color Cylindrical-coordinate representation of color #E302DC: hue angle of 301.87º 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 #E302DC is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 2 | 220 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.11 |
| HSL | 301.87º | 0.98% | 0.45% | - |
| HSV(B) | 301.87º | 0.99% | 0.89% | - |
| XYZ | 44.62 | 21.54 | 69.52 | - |
| YUV | 94.13 | 199.04 | 222.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 2 | 220 | 0 | 0.99 | 0.03 | 0.11 | 301.87 | 0.98 | 0.45 |
| Hex | E3 | 2 | DC | 0 | 63 | 3 | B | 12E | 62 | 2D |
| Octal | 343 | 2 | 334 | 0 | 143 | 3 | 13 | 456 | 142 | 55 |
| Binary | 11100011 | 10 | 11011100 | 0 | 1100011 | 11 | 1011 | 100101110 | 1100010 | 101101 |
Color Harmonies of #E302DC
Complementary color
Monochromatic Colors of #E302DC
Black with #E302DC
Text Example
Text Example
White with #E302DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E302DC; }
p { color: rgb(227,2,220); }
H1.HeaderClassName
{
color: #E302DC;
}
.AnyTagClassName
{
color: #E302DC;
}
</style>
background-color css
<style>
a { background-color: #E302DC; }
a { background-color: rgb(227,2,220); }
div.DivClassName
{
background-color: #E302DC;
}
.BgClassName
{
background-color: #E302DC;
}
</style>
border-color css
<style>
span { border-color: #E302DC; }
span { border-color: rgb(227,2,220); }
td.TdClassName
{
border-color: #E302DC;
}
.TagClassName
{
border-color: #E302DC;
}
</style>