Shades of Deep Magenta #E602DF
Tints of Deep Magenta #E602DF
RGB
CMYK
RGB Variations
Color information
#E602DF (or 0xE602DF) is known color: Deep Magenta. HEX triplet: E6, 02 and DF. RGB value is (230,2,223). Sum of RGB (Red+Green+Blue) = 230+2+223=455 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.55% from 455); Green value is 2 (1.17% from 255 or 0.44% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 230 - color contains mainly: red. Hex color #E602DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E602DF is #19FD20. Grayscale: #5E5E5E. Windows color (decimal): -1703201 or 14615270. OLE color: 14615270.
HSL color Cylindrical-coordinate representation of color #E602DF: hue angle of 301.84º 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 #E602DF is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 2 | 223 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.10 |
| HSL | 301.84º | 0.98% | 0.45% | - |
| HSV(B) | 301.84º | 0.99% | 0.9% | - |
| XYZ | 45.97 | 22.19 | 71.67 | - |
| YUV | 95.37 | 200.04 | 224.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 2 | 223 | 0 | 0.99 | 0.03 | 0.10 | 301.84 | 0.98 | 0.45 |
| Hex | E6 | 2 | DF | 0 | 63 | 3 | A | 12E | 62 | 2D |
| Octal | 346 | 2 | 337 | 0 | 143 | 3 | 12 | 456 | 142 | 55 |
| Binary | 11100110 | 10 | 11011111 | 0 | 1100011 | 11 | 1010 | 100101110 | 1100010 | 101101 |
Color Harmonies of #E602DF
Complementary color
Monochromatic Colors of #E602DF
Black with #E602DF
Text Example
Text Example
White with #E602DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E602DF; }
p { color: rgb(230,2,223); }
H1.HeaderClassName
{
color: #E602DF;
}
.AnyTagClassName
{
color: #E602DF;
}
</style>
background-color css
<style>
a { background-color: #E602DF; }
a { background-color: rgb(230,2,223); }
div.DivClassName
{
background-color: #E602DF;
}
.BgClassName
{
background-color: #E602DF;
}
</style>
border-color css
<style>
span { border-color: #E602DF; }
span { border-color: rgb(230,2,223); }
td.TdClassName
{
border-color: #E602DF;
}
.TagClassName
{
border-color: #E602DF;
}
</style>