Shades of Deep Magenta #E407CC
Tints of Deep Magenta #E407CC
RGB
CMYK
RGB Variations
Color information
#E407CC (or 0xE407CC) is known color: Deep Magenta. HEX triplet: E4, 07 and CC. RGB value is (228,7,204). Sum of RGB (Red+Green+Blue) = 228+7+204=439 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.94% from 439); Green value is 7 (3.12% from 255 or 1.59% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 228 - color contains mainly: red. Hex color #E407CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E407CC is #1BF833. Grayscale: #5E5E5E. Windows color (decimal): -1833012 or 13371364. OLE color: 13371364.
HSL color Cylindrical-coordinate representation of color #E407CC: hue angle of 306.52º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E407CC is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 7 | 204 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.11 |
| HSL | 306.52º | 0.94% | 0.46% | - |
| HSV(B) | 306.52º | 0.97% | 0.89% | - |
| XYZ | 42.97 | 21.01 | 58.92 | - |
| YUV | 95.54 | 189.22 | 222.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 7 | 204 | 0 | 0.97 | 0.11 | 0.11 | 306.52 | 0.94 | 0.46 |
| Hex | E4 | 7 | CC | 0 | 61 | B | B | 133 | 5E | 2E |
| Octal | 344 | 7 | 314 | 0 | 141 | 13 | 13 | 463 | 136 | 56 |
| Binary | 11100100 | 111 | 11001100 | 0 | 1100001 | 1011 | 1011 | 100110011 | 1011110 | 101110 |
Color Harmonies of #E407CC
Complementary color
Monochromatic Colors of #E407CC
Black with #E407CC
Text Example
Text Example
White with #E407CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E407CC; }
p { color: rgb(228,7,204); }
H1.HeaderClassName
{
color: #E407CC;
}
.AnyTagClassName
{
color: #E407CC;
}
</style>
background-color css
<style>
a { background-color: #E407CC; }
a { background-color: rgb(228,7,204); }
div.DivClassName
{
background-color: #E407CC;
}
.BgClassName
{
background-color: #E407CC;
}
</style>
border-color css
<style>
span { border-color: #E407CC; }
span { border-color: rgb(228,7,204); }
td.TdClassName
{
border-color: #E407CC;
}
.TagClassName
{
border-color: #E407CC;
}
</style>