Shades of Deep Magenta #E603DC
Tints of Deep Magenta #E603DC
RGB
CMYK
RGB Variations
Color information
#E603DC (or 0xE603DC) is known color: Deep Magenta. HEX triplet: E6, 03 and DC. RGB value is (230,3,220). Sum of RGB (Red+Green+Blue) = 230+3+220=453 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.77% from 453); Green value is 3 (1.56% from 255 or 0.66% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 230 - color contains mainly: red. Hex color #E603DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E603DC is #19FC23. Grayscale: #5E5E5E. Windows color (decimal): -1702948 or 14418918. OLE color: 14418918.
HSL color Cylindrical-coordinate representation of color #E603DC: hue angle of 302.64º 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 #E603DC is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 3 | 220 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.10 |
| HSL | 302.64º | 0.97% | 0.46% | - |
| HSV(B) | 302.64º | 0.99% | 0.9% | - |
| XYZ | 45.58 | 22.06 | 69.56 | - |
| YUV | 95.61 | 198.21 | 223.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 3 | 220 | 0 | 0.99 | 0.04 | 0.10 | 302.64 | 0.97 | 0.46 |
| Hex | E6 | 3 | DC | 0 | 63 | 4 | A | 12F | 61 | 2E |
| Octal | 346 | 3 | 334 | 0 | 143 | 4 | 12 | 457 | 141 | 56 |
| Binary | 11100110 | 11 | 11011100 | 0 | 1100011 | 100 | 1010 | 100101111 | 1100001 | 101110 |
Color Harmonies of #E603DC
Complementary color
Monochromatic Colors of #E603DC
Black with #E603DC
Text Example
Text Example
White with #E603DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E603DC; }
p { color: rgb(230,3,220); }
H1.HeaderClassName
{
color: #E603DC;
}
.AnyTagClassName
{
color: #E603DC;
}
</style>
background-color css
<style>
a { background-color: #E603DC; }
a { background-color: rgb(230,3,220); }
div.DivClassName
{
background-color: #E603DC;
}
.BgClassName
{
background-color: #E603DC;
}
</style>
border-color css
<style>
span { border-color: #E603DC; }
span { border-color: rgb(230,3,220); }
td.TdClassName
{
border-color: #E603DC;
}
.TagClassName
{
border-color: #E603DC;
}
</style>