Shades of Deep Magenta #E603D4
Tints of Deep Magenta #E603D4
RGB
CMYK
RGB Variations
Color information
#E603D4 (or 0xE603D4) is known color: Deep Magenta. HEX triplet: E6, 03 and D4. RGB value is (230,3,212). Sum of RGB (Red+Green+Blue) = 230+3+212=445 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.69% from 445); Green value is 3 (1.56% from 255 or 0.67% from 445); Blue value is 212 (83.20% from 255 or 47.64% from 445); Max value from RGB is 230 - color contains mainly: red. Hex color #E603D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E603D4 is #19FC2B. Grayscale: #5E5E5E. Windows color (decimal): -1702956 or 13894630. OLE color: 13894630.
HSL color Cylindrical-coordinate representation of color #E603D4: hue angle of 304.76º 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 #E603D4 is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 3 | 212 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.10 |
| HSL | 304.76º | 0.97% | 0.46% | - |
| HSV(B) | 304.76º | 0.99% | 0.9% | - |
| XYZ | 44.55 | 21.64 | 64.12 | - |
| YUV | 94.7 | 194.21 | 224.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 3 | 212 | 0 | 0.99 | 0.08 | 0.10 | 304.76 | 0.97 | 0.46 |
| Hex | E6 | 3 | D4 | 0 | 63 | 8 | A | 131 | 61 | 2E |
| Octal | 346 | 3 | 324 | 0 | 143 | 10 | 12 | 461 | 141 | 56 |
| Binary | 11100110 | 11 | 11010100 | 0 | 1100011 | 1000 | 1010 | 100110001 | 1100001 | 101110 |
Color Harmonies of #E603D4
Complementary color
Monochromatic Colors of #E603D4
Black with #E603D4
Text Example
Text Example
White with #E603D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E603D4; }
p { color: rgb(230,3,212); }
H1.HeaderClassName
{
color: #E603D4;
}
.AnyTagClassName
{
color: #E603D4;
}
</style>
background-color css
<style>
a { background-color: #E603D4; }
a { background-color: rgb(230,3,212); }
div.DivClassName
{
background-color: #E603D4;
}
.BgClassName
{
background-color: #E603D4;
}
</style>
border-color css
<style>
span { border-color: #E603D4; }
span { border-color: rgb(230,3,212); }
td.TdClassName
{
border-color: #E603D4;
}
.TagClassName
{
border-color: #E603D4;
}
</style>