Shades of Deep Magenta #E302DD
Tints of Deep Magenta #E302DD
RGB
CMYK
RGB Variations
Color information
#E302DD (or 0xE302DD) is known color: Deep Magenta. HEX triplet: E3, 02 and DD. RGB value is (227,2,221). Sum of RGB (Red+Green+Blue) = 227+2+221=450 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.44% from 450); Green value is 2 (1.17% from 255 or 0.44% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 227 - color contains mainly: red. Hex color #E302DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E302DD is #1CFD22. Grayscale: #5D5D5D. Windows color (decimal): -1899811 or 14484195. OLE color: 14484195.
HSL color Cylindrical-coordinate representation of color #E302DD: hue angle of 301.6º 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 #E302DD is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 2 | 221 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.11 |
| HSL | 301.6º | 0.98% | 0.45% | - |
| HSV(B) | 301.6º | 0.99% | 0.89% | - |
| XYZ | 44.75 | 21.59 | 70.22 | - |
| YUV | 94.24 | 199.54 | 222.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 2 | 221 | 0 | 0.99 | 0.03 | 0.11 | 301.6 | 0.98 | 0.45 |
| Hex | E3 | 2 | DD | 0 | 63 | 3 | B | 12E | 62 | 2D |
| Octal | 343 | 2 | 335 | 0 | 143 | 3 | 13 | 456 | 142 | 55 |
| Binary | 11100011 | 10 | 11011101 | 0 | 1100011 | 11 | 1011 | 100101110 | 1100010 | 101101 |
Color Harmonies of #E302DD
Complementary color
Monochromatic Colors of #E302DD
Black with #E302DD
Text Example
Text Example
White with #E302DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E302DD; }
p { color: rgb(227,2,221); }
H1.HeaderClassName
{
color: #E302DD;
}
.AnyTagClassName
{
color: #E302DD;
}
</style>
background-color css
<style>
a { background-color: #E302DD; }
a { background-color: rgb(227,2,221); }
div.DivClassName
{
background-color: #E302DD;
}
.BgClassName
{
background-color: #E302DD;
}
</style>
border-color css
<style>
span { border-color: #E302DD; }
span { border-color: rgb(227,2,221); }
td.TdClassName
{
border-color: #E302DD;
}
.TagClassName
{
border-color: #E302DD;
}
</style>