Shades of Deep Magenta #E408CD
Tints of Deep Magenta #E408CD
RGB
CMYK
RGB Variations
Color information
#E408CD (or 0xE408CD) is known color: Deep Magenta. HEX triplet: E4, 08 and CD. RGB value is (228,8,205). Sum of RGB (Red+Green+Blue) = 228+8+205=441 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.70% from 441); Green value is 8 (3.52% from 255 or 1.81% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 228 - color contains mainly: red. Hex color #E408CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E408CD is #1BF732. Grayscale: #5F5F5F. Windows color (decimal): -1832755 or 13437156. OLE color: 13437156.
HSL color Cylindrical-coordinate representation of color #E408CD: hue angle of 306.27º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E408CD is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 8 | 205 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.11 |
| HSL | 306.27º | 0.93% | 0.46% | - |
| HSV(B) | 306.27º | 0.96% | 0.89% | - |
| XYZ | 43.1 | 21.08 | 59.55 | - |
| YUV | 96.24 | 189.39 | 221.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 8 | 205 | 0 | 0.96 | 0.10 | 0.11 | 306.27 | 0.93 | 0.46 |
| Hex | E4 | 8 | CD | 0 | 60 | A | B | 132 | 5D | 2E |
| Octal | 344 | 10 | 315 | 0 | 140 | 12 | 13 | 462 | 135 | 56 |
| Binary | 11100100 | 1000 | 11001101 | 0 | 1100000 | 1010 | 1011 | 100110010 | 1011101 | 101110 |
Color Harmonies of #E408CD
Complementary color
Monochromatic Colors of #E408CD
Black with #E408CD
Text Example
Text Example
White with #E408CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E408CD; }
p { color: rgb(228,8,205); }
H1.HeaderClassName
{
color: #E408CD;
}
.AnyTagClassName
{
color: #E408CD;
}
</style>
background-color css
<style>
a { background-color: #E408CD; }
a { background-color: rgb(228,8,205); }
div.DivClassName
{
background-color: #E408CD;
}
.BgClassName
{
background-color: #E408CD;
}
</style>
border-color css
<style>
span { border-color: #E408CD; }
span { border-color: rgb(228,8,205); }
td.TdClassName
{
border-color: #E408CD;
}
.TagClassName
{
border-color: #E408CD;
}
</style>