Shades of Deep Magenta #E400CE
Tints of Deep Magenta #E400CE
RGB
CMYK
RGB Variations
Color information
#E400CE (or 0xE400CE) is known color: Deep Magenta. HEX triplet: E4, 00 and CE. RGB value is (228,0,206). Sum of RGB (Red+Green+Blue) = 228+0+206=434 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.53% from 434); Green value is 0 (0.39% from 255 or 0% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 228 - color contains mainly: red. Hex color #E400CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E400CE is #1BFF31. Grayscale: #5B5B5B. Windows color (decimal): -1834802 or 13500644. OLE color: 13500644.
HSL color Cylindrical-coordinate representation of color #E400CE: hue angle of 305.79º 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 #E400CE is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 0 | 206 | - |
| CMYK | 0 | 1 | 0.10 | 0.11 |
| HSL | 305.79º | 1% | 0.45% | - |
| HSV(B) | 305.79º | 1% | 0.89% | - |
| XYZ | 43.14 | 20.95 | 60.16 | - |
| YUV | 91.66 | 192.54 | 225.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 0 | 206 | 0 | 1 | 0.10 | 0.11 | 305.79 | 1 | 0.45 |
| Hex | E4 | 0 | CE | 0 | 64 | A | B | 132 | 64 | 2D |
| Octal | 344 | 0 | 316 | 0 | 144 | 12 | 13 | 462 | 144 | 55 |
| Binary | 11100100 | 0 | 11001110 | 0 | 1100100 | 1010 | 1011 | 100110010 | 1100100 | 101101 |
Color Harmonies of #E400CE
Complementary color
Monochromatic Colors of #E400CE
Black with #E400CE
Text Example
Text Example
White with #E400CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E400CE; }
p { color: rgb(228,0,206); }
H1.HeaderClassName
{
color: #E400CE;
}
.AnyTagClassName
{
color: #E400CE;
}
</style>
background-color css
<style>
a { background-color: #E400CE; }
a { background-color: rgb(228,0,206); }
div.DivClassName
{
background-color: #E400CE;
}
.BgClassName
{
background-color: #E400CE;
}
</style>
border-color css
<style>
span { border-color: #E400CE; }
span { border-color: rgb(228,0,206); }
td.TdClassName
{
border-color: #E400CE;
}
.TagClassName
{
border-color: #E400CE;
}
</style>