Shades of Deep Magenta #E502DF
Tints of Deep Magenta #E502DF
RGB
CMYK
RGB Variations
Color information
#E502DF (or 0xE502DF) is known color: Deep Magenta. HEX triplet: E5, 02 and DF. RGB value is (229,2,223). Sum of RGB (Red+Green+Blue) = 229+2+223=454 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.44% from 454); Green value is 2 (1.17% from 255 or 0.44% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 229 - color contains mainly: red. Hex color #E502DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E502DF is #1AFD20. Grayscale: #5E5E5E. Windows color (decimal): -1768737 or 14615269. OLE color: 14615269.
HSL color Cylindrical-coordinate representation of color #E502DF: hue angle of 301.59º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E502DF is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 2 | 223 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.10 |
| HSL | 301.59º | 0.98% | 0.45% | - |
| HSV(B) | 301.59º | 0.99% | 0.9% | - |
| XYZ | 45.65 | 22.03 | 71.66 | - |
| YUV | 95.07 | 200.21 | 223.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 2 | 223 | 0 | 0.99 | 0.03 | 0.10 | 301.59 | 0.98 | 0.45 |
| Hex | E5 | 2 | DF | 0 | 63 | 3 | A | 12E | 62 | 2D |
| Octal | 345 | 2 | 337 | 0 | 143 | 3 | 12 | 456 | 142 | 55 |
| Binary | 11100101 | 10 | 11011111 | 0 | 1100011 | 11 | 1010 | 100101110 | 1100010 | 101101 |
Color Harmonies of #E502DF
Complementary color
Monochromatic Colors of #E502DF
Black with #E502DF
Text Example
Text Example
White with #E502DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E502DF; }
p { color: rgb(229,2,223); }
H1.HeaderClassName
{
color: #E502DF;
}
.AnyTagClassName
{
color: #E502DF;
}
</style>
background-color css
<style>
a { background-color: #E502DF; }
a { background-color: rgb(229,2,223); }
div.DivClassName
{
background-color: #E502DF;
}
.BgClassName
{
background-color: #E502DF;
}
</style>
border-color css
<style>
span { border-color: #E502DF; }
span { border-color: rgb(229,2,223); }
td.TdClassName
{
border-color: #E502DF;
}
.TagClassName
{
border-color: #E502DF;
}
</style>