Shades of Deep Magenta #E407CD
Tints of Deep Magenta #E407CD
RGB
CMYK
RGB Variations
Color information
#E407CD (or 0xE407CD) is known color: Deep Magenta. HEX triplet: E4, 07 and CD. RGB value is (228,7,205). Sum of RGB (Red+Green+Blue) = 228+7+205=440 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.82% from 440); Green value is 7 (3.12% from 255 or 1.59% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 228 - color contains mainly: red. Hex color #E407CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E407CD is #1BF832. Grayscale: #5F5F5F. Windows color (decimal): -1833011 or 13436900. OLE color: 13436900.
HSL color Cylindrical-coordinate representation of color #E407CD: hue angle of 306.24º 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 #E407CD is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 7 | 205 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.11 |
| HSL | 306.24º | 0.94% | 0.46% | - |
| HSV(B) | 306.24º | 0.97% | 0.89% | - |
| XYZ | 43.09 | 21.05 | 59.55 | - |
| YUV | 95.65 | 189.72 | 222.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 7 | 205 | 0 | 0.97 | 0.10 | 0.11 | 306.24 | 0.94 | 0.46 |
| Hex | E4 | 7 | CD | 0 | 61 | A | B | 132 | 5E | 2E |
| Octal | 344 | 7 | 315 | 0 | 141 | 12 | 13 | 462 | 136 | 56 |
| Binary | 11100100 | 111 | 11001101 | 0 | 1100001 | 1010 | 1011 | 100110010 | 1011110 | 101110 |
Color Harmonies of #E407CD
Complementary color
Monochromatic Colors of #E407CD
Black with #E407CD
Text Example
Text Example
White with #E407CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E407CD; }
p { color: rgb(228,7,205); }
H1.HeaderClassName
{
color: #E407CD;
}
.AnyTagClassName
{
color: #E407CD;
}
</style>
background-color css
<style>
a { background-color: #E407CD; }
a { background-color: rgb(228,7,205); }
div.DivClassName
{
background-color: #E407CD;
}
.BgClassName
{
background-color: #E407CD;
}
</style>
border-color css
<style>
span { border-color: #E407CD; }
span { border-color: rgb(228,7,205); }
td.TdClassName
{
border-color: #E407CD;
}
.TagClassName
{
border-color: #E407CD;
}
</style>