Shades of Deep Magenta #E506DF
Tints of Deep Magenta #E506DF
RGB
CMYK
RGB Variations
Color information
#E506DF (or 0xE506DF) is known color: Deep Magenta. HEX triplet: E5, 06 and DF. RGB value is (229,6,223). Sum of RGB (Red+Green+Blue) = 229+6+223=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 6 (2.73% from 255 or 1.31% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E506DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E506DF is #1AF920. Grayscale: #606060. Windows color (decimal): -1767713 or 14616293. OLE color: 14616293.
HSL color Cylindrical-coordinate representation of color #E506DF: hue angle of 301.61º 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 #E506DF is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 6 | 223 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.10 |
| HSL | 301.61º | 0.95% | 0.46% | - |
| HSV(B) | 301.61º | 0.97% | 0.9% | - |
| XYZ | 45.7 | 22.12 | 71.67 | - |
| YUV | 97.42 | 198.88 | 221.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 6 | 223 | 0 | 0.97 | 0.03 | 0.10 | 301.61 | 0.95 | 0.46 |
| Hex | E5 | 6 | DF | 0 | 61 | 3 | A | 12E | 5F | 2E |
| Octal | 345 | 6 | 337 | 0 | 141 | 3 | 12 | 456 | 137 | 56 |
| Binary | 11100101 | 110 | 11011111 | 0 | 1100001 | 11 | 1010 | 100101110 | 1011111 | 101110 |
Color Harmonies of #E506DF
Complementary color
Monochromatic Colors of #E506DF
Black with #E506DF
Text Example
Text Example
White with #E506DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E506DF; }
p { color: rgb(229,6,223); }
H1.HeaderClassName
{
color: #E506DF;
}
.AnyTagClassName
{
color: #E506DF;
}
</style>
background-color css
<style>
a { background-color: #E506DF; }
a { background-color: rgb(229,6,223); }
div.DivClassName
{
background-color: #E506DF;
}
.BgClassName
{
background-color: #E506DF;
}
</style>
border-color css
<style>
span { border-color: #E506DF; }
span { border-color: rgb(229,6,223); }
td.TdClassName
{
border-color: #E506DF;
}
.TagClassName
{
border-color: #E506DF;
}
</style>