Shades of Deep Magenta #E403CC
Tints of Deep Magenta #E403CC
RGB
CMYK
RGB Variations
Color information
#E403CC (or 0xE403CC) is known color: Deep Magenta. HEX triplet: E4, 03 and CC. RGB value is (228,3,204). Sum of RGB (Red+Green+Blue) = 228+3+204=435 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.41% from 435); Green value is 3 (1.56% from 255 or 0.69% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 228 - color contains mainly: red. Hex color #E403CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E403CC is #1BFC33. Grayscale: #5C5C5C. Windows color (decimal): -1834036 or 13370340. OLE color: 13370340.
HSL color Cylindrical-coordinate representation of color #E403CC: hue angle of 306.4º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E403CC is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 3 | 204 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.11 |
| HSL | 306.4º | 0.97% | 0.45% | - |
| HSV(B) | 306.4º | 0.99% | 0.89% | - |
| XYZ | 42.93 | 20.92 | 58.9 | - |
| YUV | 93.19 | 190.54 | 224.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 3 | 204 | 0 | 0.99 | 0.11 | 0.11 | 306.4 | 0.97 | 0.45 |
| Hex | E4 | 3 | CC | 0 | 63 | B | B | 132 | 61 | 2D |
| Octal | 344 | 3 | 314 | 0 | 143 | 13 | 13 | 462 | 141 | 55 |
| Binary | 11100100 | 11 | 11001100 | 0 | 1100011 | 1011 | 1011 | 100110010 | 1100001 | 101101 |
Color Harmonies of #E403CC
Complementary color
Monochromatic Colors of #E403CC
Black with #E403CC
Text Example
Text Example
White with #E403CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E403CC; }
p { color: rgb(228,3,204); }
H1.HeaderClassName
{
color: #E403CC;
}
.AnyTagClassName
{
color: #E403CC;
}
</style>
background-color css
<style>
a { background-color: #E403CC; }
a { background-color: rgb(228,3,204); }
div.DivClassName
{
background-color: #E403CC;
}
.BgClassName
{
background-color: #E403CC;
}
</style>
border-color css
<style>
span { border-color: #E403CC; }
span { border-color: rgb(228,3,204); }
td.TdClassName
{
border-color: #E403CC;
}
.TagClassName
{
border-color: #E403CC;
}
</style>