Shades of Deep Magenta #E508D2
Tints of Deep Magenta #E508D2
RGB
CMYK
RGB Variations
Color information
#E508D2 (or 0xE508D2) is known color: Deep Magenta. HEX triplet: E5, 08 and D2. RGB value is (229,8,210). Sum of RGB (Red+Green+Blue) = 229+8+210=447 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.23% from 447); Green value is 8 (3.52% from 255 or 1.79% from 447); Blue value is 210 (82.42% from 255 or 46.98% from 447); Max value from RGB is 229 - color contains mainly: red. Hex color #E508D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E508D2 is #1AF72D. Grayscale: #606060. Windows color (decimal): -1767214 or 13764837. OLE color: 13764837.
HSL color Cylindrical-coordinate representation of color #E508D2: hue angle of 305.16º 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 #E508D2 is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 8 | 210 | - |
| CMYK | 0 | 0.97 | 0.08 | 0.10 |
| HSL | 305.16º | 0.93% | 0.46% | - |
| HSV(B) | 305.16º | 0.97% | 0.9% | - |
| XYZ | 44.03 | 21.48 | 62.8 | - |
| YUV | 97.11 | 191.72 | 222.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 8 | 210 | 0 | 0.97 | 0.08 | 0.10 | 305.16 | 0.93 | 0.46 |
| Hex | E5 | 8 | D2 | 0 | 61 | 8 | A | 131 | 5D | 2E |
| Octal | 345 | 10 | 322 | 0 | 141 | 10 | 12 | 461 | 135 | 56 |
| Binary | 11100101 | 1000 | 11010010 | 0 | 1100001 | 1000 | 1010 | 100110001 | 1011101 | 101110 |
Color Harmonies of #E508D2
Complementary color
Monochromatic Colors of #E508D2
Black with #E508D2
Text Example
Text Example
White with #E508D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E508D2; }
p { color: rgb(229,8,210); }
H1.HeaderClassName
{
color: #E508D2;
}
.AnyTagClassName
{
color: #E508D2;
}
</style>
background-color css
<style>
a { background-color: #E508D2; }
a { background-color: rgb(229,8,210); }
div.DivClassName
{
background-color: #E508D2;
}
.BgClassName
{
background-color: #E508D2;
}
</style>
border-color css
<style>
span { border-color: #E508D2; }
span { border-color: rgb(229,8,210); }
td.TdClassName
{
border-color: #E508D2;
}
.TagClassName
{
border-color: #E508D2;
}
</style>