Shades of Deep Magenta #E302DF
Tints of Deep Magenta #E302DF
RGB
CMYK
RGB Variations
Color information
#E302DF (or 0xE302DF) is known color: Deep Magenta. HEX triplet: E3, 02 and DF. RGB value is (227,2,223). Sum of RGB (Red+Green+Blue) = 227+2+223=452 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.22% from 452); Green value is 2 (1.17% from 255 or 0.44% from 452); Blue value is 223 (87.5% from 255 or 49.34% from 452); Max value from RGB is 227 - color contains mainly: red. Hex color #E302DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E302DF is #1CFD20. Grayscale: #5D5D5D. Windows color (decimal): -1899809 or 14615267. OLE color: 14615267.
HSL color Cylindrical-coordinate representation of color #E302DF: hue angle of 301.07º 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 #E302DF is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 2 | 223 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.11 |
| HSL | 301.07º | 0.98% | 0.45% | - |
| HSV(B) | 301.07º | 0.99% | 0.89% | - |
| XYZ | 45.02 | 21.7 | 71.63 | - |
| YUV | 94.47 | 200.54 | 222.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 2 | 223 | 0 | 0.99 | 0.02 | 0.11 | 301.07 | 0.98 | 0.45 |
| Hex | E3 | 2 | DF | 0 | 63 | 2 | B | 12D | 62 | 2D |
| Octal | 343 | 2 | 337 | 0 | 143 | 2 | 13 | 455 | 142 | 55 |
| Binary | 11100011 | 10 | 11011111 | 0 | 1100011 | 10 | 1011 | 100101101 | 1100010 | 101101 |
Color Harmonies of #E302DF
Complementary color
Monochromatic Colors of #E302DF
Black with #E302DF
Text Example
Text Example
White with #E302DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E302DF; }
p { color: rgb(227,2,223); }
H1.HeaderClassName
{
color: #E302DF;
}
.AnyTagClassName
{
color: #E302DF;
}
</style>
background-color css
<style>
a { background-color: #E302DF; }
a { background-color: rgb(227,2,223); }
div.DivClassName
{
background-color: #E302DF;
}
.BgClassName
{
background-color: #E302DF;
}
</style>
border-color css
<style>
span { border-color: #E302DF; }
span { border-color: rgb(227,2,223); }
td.TdClassName
{
border-color: #E302DF;
}
.TagClassName
{
border-color: #E302DF;
}
</style>