Shades of Deep Magenta #E602D4
Tints of Deep Magenta #E602D4
RGB
CMYK
RGB Variations
Color information
#E602D4 (or 0xE602D4) is known color: Deep Magenta. HEX triplet: E6, 02 and D4. RGB value is (230,2,212). Sum of RGB (Red+Green+Blue) = 230+2+212=444 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.80% from 444); Green value is 2 (1.17% from 255 or 0.45% from 444); Blue value is 212 (83.20% from 255 or 47.75% from 444); Max value from RGB is 230 - color contains mainly: red. Hex color #E602D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E602D4 is #19FD2B. Grayscale: #5D5D5D. Windows color (decimal): -1703212 or 13894374. OLE color: 13894374.
HSL color Cylindrical-coordinate representation of color #E602D4: hue angle of 304.74º 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 #E602D4 is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 2 | 212 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.10 |
| HSL | 304.74º | 0.98% | 0.45% | - |
| HSV(B) | 304.74º | 0.99% | 0.9% | - |
| XYZ | 44.54 | 21.62 | 64.11 | - |
| YUV | 94.11 | 194.54 | 224.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 2 | 212 | 0 | 0.99 | 0.08 | 0.10 | 304.74 | 0.98 | 0.45 |
| Hex | E6 | 2 | D4 | 0 | 63 | 8 | A | 131 | 62 | 2D |
| Octal | 346 | 2 | 324 | 0 | 143 | 10 | 12 | 461 | 142 | 55 |
| Binary | 11100110 | 10 | 11010100 | 0 | 1100011 | 1000 | 1010 | 100110001 | 1100010 | 101101 |
Color Harmonies of #E602D4
Complementary color
Monochromatic Colors of #E602D4
Black with #E602D4
Text Example
Text Example
White with #E602D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E602D4; }
p { color: rgb(230,2,212); }
H1.HeaderClassName
{
color: #E602D4;
}
.AnyTagClassName
{
color: #E602D4;
}
</style>
background-color css
<style>
a { background-color: #E602D4; }
a { background-color: rgb(230,2,212); }
div.DivClassName
{
background-color: #E602D4;
}
.BgClassName
{
background-color: #E602D4;
}
</style>
border-color css
<style>
span { border-color: #E602D4; }
span { border-color: rgb(230,2,212); }
td.TdClassName
{
border-color: #E602D4;
}
.TagClassName
{
border-color: #E602D4;
}
</style>