Shades of Deep Magenta #E400CD
Tints of Deep Magenta #E400CD
RGB
CMYK
RGB Variations
Color information
#E400CD (or 0xE400CD) is known color: Deep Magenta. HEX triplet: E4, 00 and CD. RGB value is (228,0,205). Sum of RGB (Red+Green+Blue) = 228+0+205=433 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.66% from 433); Green value is 0 (0.39% from 255 or 0% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 228 - color contains mainly: red. Hex color #E400CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E400CD is #1BFF32. Grayscale: #5A5A5A. Windows color (decimal): -1834803 or 13435108. OLE color: 13435108.
HSL color Cylindrical-coordinate representation of color #E400CD: hue angle of 306.05º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E400CD is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 0 | 205 | - |
| CMYK | 0 | 1 | 0.10 | 0.11 |
| HSL | 306.05º | 1% | 0.45% | - |
| HSV(B) | 306.05º | 1% | 0.89% | - |
| XYZ | 43.01 | 20.9 | 59.52 | - |
| YUV | 91.54 | 192.04 | 225.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 0 | 205 | 0 | 1 | 0.10 | 0.11 | 306.05 | 1 | 0.45 |
| Hex | E4 | 0 | CD | 0 | 64 | A | B | 132 | 64 | 2D |
| Octal | 344 | 0 | 315 | 0 | 144 | 12 | 13 | 462 | 144 | 55 |
| Binary | 11100100 | 0 | 11001101 | 0 | 1100100 | 1010 | 1011 | 100110010 | 1100100 | 101101 |
Color Harmonies of #E400CD
Complementary color
Monochromatic Colors of #E400CD
Black with #E400CD
Text Example
Text Example
White with #E400CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E400CD; }
p { color: rgb(228,0,205); }
H1.HeaderClassName
{
color: #E400CD;
}
.AnyTagClassName
{
color: #E400CD;
}
</style>
background-color css
<style>
a { background-color: #E400CD; }
a { background-color: rgb(228,0,205); }
div.DivClassName
{
background-color: #E400CD;
}
.BgClassName
{
background-color: #E400CD;
}
</style>
border-color css
<style>
span { border-color: #E400CD; }
span { border-color: rgb(228,0,205); }
td.TdClassName
{
border-color: #E400CD;
}
.TagClassName
{
border-color: #E400CD;
}
</style>