Shades of Deep Magenta #E506CD
Tints of Deep Magenta #E506CD
RGB
CMYK
RGB Variations
Color information
#E506CD (or 0xE506CD) is known color: Deep Magenta. HEX triplet: E5, 06 and CD. RGB value is (229,6,205). Sum of RGB (Red+Green+Blue) = 229+6+205=440 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.05% from 440); Green value is 6 (2.73% from 255 or 1.36% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 229 - color contains mainly: red. Hex color #E506CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E506CD is #1AF932. Grayscale: #5E5E5E. Windows color (decimal): -1767731 or 13436645. OLE color: 13436645.
HSL color Cylindrical-coordinate representation of color #E506CD: hue angle of 306.46º 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 #E506CD is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 6 | 205 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.10 |
| HSL | 306.46º | 0.95% | 0.46% | - |
| HSV(B) | 306.46º | 0.97% | 0.9% | - |
| XYZ | 43.4 | 21.2 | 59.56 | - |
| YUV | 95.36 | 189.88 | 223.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 6 | 205 | 0 | 0.97 | 0.10 | 0.10 | 306.46 | 0.95 | 0.46 |
| Hex | E5 | 6 | CD | 0 | 61 | A | A | 132 | 5F | 2E |
| Octal | 345 | 6 | 315 | 0 | 141 | 12 | 12 | 462 | 137 | 56 |
| Binary | 11100101 | 110 | 11001101 | 0 | 1100001 | 1010 | 1010 | 100110010 | 1011111 | 101110 |
Color Harmonies of #E506CD
Complementary color
Monochromatic Colors of #E506CD
Black with #E506CD
Text Example
Text Example
White with #E506CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E506CD; }
p { color: rgb(229,6,205); }
H1.HeaderClassName
{
color: #E506CD;
}
.AnyTagClassName
{
color: #E506CD;
}
</style>
background-color css
<style>
a { background-color: #E506CD; }
a { background-color: rgb(229,6,205); }
div.DivClassName
{
background-color: #E506CD;
}
.BgClassName
{
background-color: #E506CD;
}
</style>
border-color css
<style>
span { border-color: #E506CD; }
span { border-color: rgb(229,6,205); }
td.TdClassName
{
border-color: #E506CD;
}
.TagClassName
{
border-color: #E506CD;
}
</style>