Shades of Deep Magenta #E603DD
Tints of Deep Magenta #E603DD
RGB
CMYK
RGB Variations
Color information
#E603DD (or 0xE603DD) is known color: Deep Magenta. HEX triplet: E6, 03 and DD. RGB value is (230,3,221). Sum of RGB (Red+Green+Blue) = 230+3+221=454 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.66% from 454); Green value is 3 (1.56% from 255 or 0.66% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 230 - color contains mainly: red. Hex color #E603DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E603DD is #19FC22. Grayscale: #5F5F5F. Windows color (decimal): -1702947 or 14484454. OLE color: 14484454.
HSL color Cylindrical-coordinate representation of color #E603DD: hue angle of 302.38º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E603DD is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 3 | 221 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.10 |
| HSL | 302.38º | 0.97% | 0.46% | - |
| HSV(B) | 302.38º | 0.99% | 0.9% | - |
| XYZ | 45.72 | 22.11 | 70.26 | - |
| YUV | 95.73 | 198.71 | 223.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 3 | 221 | 0 | 0.99 | 0.04 | 0.10 | 302.38 | 0.97 | 0.46 |
| Hex | E6 | 3 | DD | 0 | 63 | 4 | A | 12E | 61 | 2E |
| Octal | 346 | 3 | 335 | 0 | 143 | 4 | 12 | 456 | 141 | 56 |
| Binary | 11100110 | 11 | 11011101 | 0 | 1100011 | 100 | 1010 | 100101110 | 1100001 | 101110 |
Color Harmonies of #E603DD
Complementary color
Monochromatic Colors of #E603DD
Black with #E603DD
Text Example
Text Example
White with #E603DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E603DD; }
p { color: rgb(230,3,221); }
H1.HeaderClassName
{
color: #E603DD;
}
.AnyTagClassName
{
color: #E603DD;
}
</style>
background-color css
<style>
a { background-color: #E603DD; }
a { background-color: rgb(230,3,221); }
div.DivClassName
{
background-color: #E603DD;
}
.BgClassName
{
background-color: #E603DD;
}
</style>
border-color css
<style>
span { border-color: #E603DD; }
span { border-color: rgb(230,3,221); }
td.TdClassName
{
border-color: #E603DD;
}
.TagClassName
{
border-color: #E603DD;
}
</style>