Shades of Deep Magenta #E508DF
Tints of Deep Magenta #E508DF
RGB
CMYK
RGB Variations
Color information
#E508DF (or 0xE508DF) is known color: Deep Magenta. HEX triplet: E5, 08 and DF. RGB value is (229,8,223). Sum of RGB (Red+Green+Blue) = 229+8+223=460 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.78% from 460); Green value is 8 (3.52% from 255 or 1.74% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 229 - color contains mainly: red. Hex color #E508DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E508DF is #1AF720. Grayscale: #616161. Windows color (decimal): -1767201 or 14616805. OLE color: 14616805.
HSL color Cylindrical-coordinate representation of color #E508DF: hue angle of 301.63º degrees, saturation: 0.93, 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 #E508DF is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 8 | 223 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.10 |
| HSL | 301.63º | 0.93% | 0.46% | - |
| HSV(B) | 301.63º | 0.97% | 0.9% | - |
| XYZ | 45.72 | 22.16 | 71.68 | - |
| YUV | 98.59 | 198.22 | 221.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 8 | 223 | 0 | 0.97 | 0.03 | 0.10 | 301.63 | 0.93 | 0.46 |
| Hex | E5 | 8 | DF | 0 | 61 | 3 | A | 12E | 5D | 2E |
| Octal | 345 | 10 | 337 | 0 | 141 | 3 | 12 | 456 | 135 | 56 |
| Binary | 11100101 | 1000 | 11011111 | 0 | 1100001 | 11 | 1010 | 100101110 | 1011101 | 101110 |
Color Harmonies of #E508DF
Complementary color
Monochromatic Colors of #E508DF
Black with #E508DF
Text Example
Text Example
White with #E508DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E508DF; }
p { color: rgb(229,8,223); }
H1.HeaderClassName
{
color: #E508DF;
}
.AnyTagClassName
{
color: #E508DF;
}
</style>
background-color css
<style>
a { background-color: #E508DF; }
a { background-color: rgb(229,8,223); }
div.DivClassName
{
background-color: #E508DF;
}
.BgClassName
{
background-color: #E508DF;
}
</style>
border-color css
<style>
span { border-color: #E508DF; }
span { border-color: rgb(229,8,223); }
td.TdClassName
{
border-color: #E508DF;
}
.TagClassName
{
border-color: #E508DF;
}
</style>