Shades of Deep Magenta #E602DD
Tints of Deep Magenta #E602DD
RGB
CMYK
RGB Variations
Color information
#E602DD (or 0xE602DD) is known color: Deep Magenta. HEX triplet: E6, 02 and DD. RGB value is (230,2,221). Sum of RGB (Red+Green+Blue) = 230+2+221=453 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.77% from 453); Green value is 2 (1.17% from 255 or 0.44% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 230 - color contains mainly: red. Hex color #E602DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E602DD is #19FD22. Grayscale: #5E5E5E. Windows color (decimal): -1703203 or 14484198. OLE color: 14484198.
HSL color Cylindrical-coordinate representation of color #E602DD: hue angle of 302.37º 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 #E602DD is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 2 | 221 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.10 |
| HSL | 302.37º | 0.98% | 0.45% | - |
| HSV(B) | 302.37º | 0.99% | 0.9% | - |
| XYZ | 45.71 | 22.09 | 70.26 | - |
| YUV | 95.14 | 199.04 | 224.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 2 | 221 | 0 | 0.99 | 0.04 | 0.10 | 302.37 | 0.98 | 0.45 |
| Hex | E6 | 2 | DD | 0 | 63 | 4 | A | 12E | 62 | 2D |
| Octal | 346 | 2 | 335 | 0 | 143 | 4 | 12 | 456 | 142 | 55 |
| Binary | 11100110 | 10 | 11011101 | 0 | 1100011 | 100 | 1010 | 100101110 | 1100010 | 101101 |
Color Harmonies of #E602DD
Complementary color
Monochromatic Colors of #E602DD
Black with #E602DD
Text Example
Text Example
White with #E602DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E602DD; }
p { color: rgb(230,2,221); }
H1.HeaderClassName
{
color: #E602DD;
}
.AnyTagClassName
{
color: #E602DD;
}
</style>
background-color css
<style>
a { background-color: #E602DD; }
a { background-color: rgb(230,2,221); }
div.DivClassName
{
background-color: #E602DD;
}
.BgClassName
{
background-color: #E602DD;
}
</style>
border-color css
<style>
span { border-color: #E602DD; }
span { border-color: rgb(230,2,221); }
td.TdClassName
{
border-color: #E602DD;
}
.TagClassName
{
border-color: #E602DD;
}
</style>