Shades of Deep Magenta #E506DD
Tints of Deep Magenta #E506DD
RGB
CMYK
RGB Variations
Color information
#E506DD (or 0xE506DD) is known color: Deep Magenta. HEX triplet: E5, 06 and DD. RGB value is (229,6,221). Sum of RGB (Red+Green+Blue) = 229+6+221=456 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.22% from 456); Green value is 6 (2.73% from 255 or 1.32% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 229 - color contains mainly: red. Hex color #E506DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E506DD is #1AF922. Grayscale: #606060. Windows color (decimal): -1767715 or 14485221. OLE color: 14485221.
HSL color Cylindrical-coordinate representation of color #E506DD: hue angle of 302.15º 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 #E506DD is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 6 | 221 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.10 |
| HSL | 302.15º | 0.95% | 0.46% | - |
| HSV(B) | 302.15º | 0.97% | 0.9% | - |
| XYZ | 45.43 | 22.01 | 70.26 | - |
| YUV | 97.19 | 197.88 | 222.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 6 | 221 | 0 | 0.97 | 0.03 | 0.10 | 302.15 | 0.95 | 0.46 |
| Hex | E5 | 6 | DD | 0 | 61 | 3 | A | 12E | 5F | 2E |
| Octal | 345 | 6 | 335 | 0 | 141 | 3 | 12 | 456 | 137 | 56 |
| Binary | 11100101 | 110 | 11011101 | 0 | 1100001 | 11 | 1010 | 100101110 | 1011111 | 101110 |
Color Harmonies of #E506DD
Complementary color
Monochromatic Colors of #E506DD
Black with #E506DD
Text Example
Text Example
White with #E506DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E506DD; }
p { color: rgb(229,6,221); }
H1.HeaderClassName
{
color: #E506DD;
}
.AnyTagClassName
{
color: #E506DD;
}
</style>
background-color css
<style>
a { background-color: #E506DD; }
a { background-color: rgb(229,6,221); }
div.DivClassName
{
background-color: #E506DD;
}
.BgClassName
{
background-color: #E506DD;
}
</style>
border-color css
<style>
span { border-color: #E506DD; }
span { border-color: rgb(229,6,221); }
td.TdClassName
{
border-color: #E506DD;
}
.TagClassName
{
border-color: #E506DD;
}
</style>