Shades of Deep Magenta #E406CE
Tints of Deep Magenta #E406CE
RGB
CMYK
RGB Variations
Color information
#E406CE (or 0xE406CE) is known color: Deep Magenta. HEX triplet: E4, 06 and CE. RGB value is (228,6,206). Sum of RGB (Red+Green+Blue) = 228+6+206=440 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.82% from 440); Green value is 6 (2.73% from 255 or 1.36% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 228 - color contains mainly: red. Hex color #E406CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E406CE is #1BF931. Grayscale: #5E5E5E. Windows color (decimal): -1833266 or 13502180. OLE color: 13502180.
HSL color Cylindrical-coordinate representation of color #E406CE: hue angle of 305.95º degrees, saturation: 0.95, 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 #E406CE is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 6 | 206 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.11 |
| HSL | 305.95º | 0.95% | 0.46% | - |
| HSV(B) | 305.95º | 0.97% | 0.89% | - |
| XYZ | 43.2 | 21.08 | 60.18 | - |
| YUV | 95.18 | 190.55 | 222.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 6 | 206 | 0 | 0.97 | 0.10 | 0.11 | 305.95 | 0.95 | 0.46 |
| Hex | E4 | 6 | CE | 0 | 61 | A | B | 132 | 5F | 2E |
| Octal | 344 | 6 | 316 | 0 | 141 | 12 | 13 | 462 | 137 | 56 |
| Binary | 11100100 | 110 | 11001110 | 0 | 1100001 | 1010 | 1011 | 100110010 | 1011111 | 101110 |
Color Harmonies of #E406CE
Complementary color
Monochromatic Colors of #E406CE
Black with #E406CE
Text Example
Text Example
White with #E406CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E406CE; }
p { color: rgb(228,6,206); }
H1.HeaderClassName
{
color: #E406CE;
}
.AnyTagClassName
{
color: #E406CE;
}
</style>
background-color css
<style>
a { background-color: #E406CE; }
a { background-color: rgb(228,6,206); }
div.DivClassName
{
background-color: #E406CE;
}
.BgClassName
{
background-color: #E406CE;
}
</style>
border-color css
<style>
span { border-color: #E406CE; }
span { border-color: rgb(228,6,206); }
td.TdClassName
{
border-color: #E406CE;
}
.TagClassName
{
border-color: #E406CE;
}
</style>