Shades of Deep Magenta #E506CE
Tints of Deep Magenta #E506CE
RGB
CMYK
RGB Variations
Color information
#E506CE (or 0xE506CE) is known color: Deep Magenta. HEX triplet: E5, 06 and CE. RGB value is (229,6,206). Sum of RGB (Red+Green+Blue) = 229+6+206=441 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.93% from 441); Green value is 6 (2.73% from 255 or 1.36% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 229 - color contains mainly: red. Hex color #E506CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E506CE is #1AF931. Grayscale: #5E5E5E. Windows color (decimal): -1767730 or 13502181. OLE color: 13502181.
HSL color Cylindrical-coordinate representation of color #E506CE: hue angle of 306.19º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E506CE is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 6 | 206 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.10 |
| HSL | 306.19º | 0.95% | 0.46% | - |
| HSV(B) | 306.19º | 0.97% | 0.9% | - |
| XYZ | 43.52 | 21.24 | 60.2 | - |
| YUV | 95.48 | 190.38 | 223.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 6 | 206 | 0 | 0.97 | 0.10 | 0.10 | 306.19 | 0.95 | 0.46 |
| Hex | E5 | 6 | CE | 0 | 61 | A | A | 132 | 5F | 2E |
| Octal | 345 | 6 | 316 | 0 | 141 | 12 | 12 | 462 | 137 | 56 |
| Binary | 11100101 | 110 | 11001110 | 0 | 1100001 | 1010 | 1010 | 100110010 | 1011111 | 101110 |
Color Harmonies of #E506CE
Complementary color
Monochromatic Colors of #E506CE
Black with #E506CE
Text Example
Text Example
White with #E506CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E506CE; }
p { color: rgb(229,6,206); }
H1.HeaderClassName
{
color: #E506CE;
}
.AnyTagClassName
{
color: #E506CE;
}
</style>
background-color css
<style>
a { background-color: #E506CE; }
a { background-color: rgb(229,6,206); }
div.DivClassName
{
background-color: #E506CE;
}
.BgClassName
{
background-color: #E506CE;
}
</style>
border-color css
<style>
span { border-color: #E506CE; }
span { border-color: rgb(229,6,206); }
td.TdClassName
{
border-color: #E506CE;
}
.TagClassName
{
border-color: #E506CE;
}
</style>