Shades of Deep Magenta #E603D9
Tints of Deep Magenta #E603D9
RGB
CMYK
RGB Variations
Color information
#E603D9 (or 0xE603D9) is known color: Deep Magenta. HEX triplet: E6, 03 and D9. RGB value is (230,3,217). Sum of RGB (Red+Green+Blue) = 230+3+217=450 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.11% from 450); Green value is 3 (1.56% from 255 or 0.67% from 450); Blue value is 217 (85.16% from 255 or 48.22% from 450); Max value from RGB is 230 - color contains mainly: red. Hex color #E603D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E603D9 is #19FC26. Grayscale: #5E5E5E. Windows color (decimal): -1702951 or 14222310. OLE color: 14222310.
HSL color Cylindrical-coordinate representation of color #E603D9: hue angle of 303.44º 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 #E603D9 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 3 | 217 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.10 |
| HSL | 303.44º | 0.97% | 0.46% | - |
| HSV(B) | 303.44º | 0.99% | 0.9% | - |
| XYZ | 45.19 | 21.9 | 67.49 | - |
| YUV | 95.27 | 196.71 | 224.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 3 | 217 | 0 | 0.99 | 0.06 | 0.10 | 303.44 | 0.97 | 0.46 |
| Hex | E6 | 3 | D9 | 0 | 63 | 6 | A | 12F | 61 | 2E |
| Octal | 346 | 3 | 331 | 0 | 143 | 6 | 12 | 457 | 141 | 56 |
| Binary | 11100110 | 11 | 11011001 | 0 | 1100011 | 110 | 1010 | 100101111 | 1100001 | 101110 |
Color Harmonies of #E603D9
Complementary color
Monochromatic Colors of #E603D9
Black with #E603D9
Text Example
Text Example
White with #E603D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E603D9; }
p { color: rgb(230,3,217); }
H1.HeaderClassName
{
color: #E603D9;
}
.AnyTagClassName
{
color: #E603D9;
}
</style>
background-color css
<style>
a { background-color: #E603D9; }
a { background-color: rgb(230,3,217); }
div.DivClassName
{
background-color: #E603D9;
}
.BgClassName
{
background-color: #E603D9;
}
</style>
border-color css
<style>
span { border-color: #E603D9; }
span { border-color: rgb(230,3,217); }
td.TdClassName
{
border-color: #E603D9;
}
.TagClassName
{
border-color: #E603D9;
}
</style>