Shades of Deep Magenta #E508CD
Tints of Deep Magenta #E508CD
RGB
CMYK
RGB Variations
Color information
#E508CD (or 0xE508CD) is known color: Deep Magenta. HEX triplet: E5, 08 and CD. RGB value is (229,8,205). Sum of RGB (Red+Green+Blue) = 229+8+205=442 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.81% from 442); Green value is 8 (3.52% from 255 or 1.81% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 229 - color contains mainly: red. Hex color #E508CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E508CD is #1AF732. Grayscale: #5F5F5F. Windows color (decimal): -1767219 or 13437157. OLE color: 13437157.
HSL color Cylindrical-coordinate representation of color #E508CD: hue angle of 306.52º 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 #E508CD is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 8 | 205 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.10 |
| HSL | 306.52º | 0.93% | 0.46% | - |
| HSV(B) | 306.52º | 0.97% | 0.9% | - |
| XYZ | 43.42 | 21.24 | 59.57 | - |
| YUV | 96.54 | 189.22 | 222.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 8 | 205 | 0 | 0.97 | 0.10 | 0.10 | 306.52 | 0.93 | 0.46 |
| Hex | E5 | 8 | CD | 0 | 61 | A | A | 133 | 5D | 2E |
| Octal | 345 | 10 | 315 | 0 | 141 | 12 | 12 | 463 | 135 | 56 |
| Binary | 11100101 | 1000 | 11001101 | 0 | 1100001 | 1010 | 1010 | 100110011 | 1011101 | 101110 |
Color Harmonies of #E508CD
Complementary color
Monochromatic Colors of #E508CD
Black with #E508CD
Text Example
Text Example
White with #E508CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E508CD; }
p { color: rgb(229,8,205); }
H1.HeaderClassName
{
color: #E508CD;
}
.AnyTagClassName
{
color: #E508CD;
}
</style>
background-color css
<style>
a { background-color: #E508CD; }
a { background-color: rgb(229,8,205); }
div.DivClassName
{
background-color: #E508CD;
}
.BgClassName
{
background-color: #E508CD;
}
</style>
border-color css
<style>
span { border-color: #E508CD; }
span { border-color: rgb(229,8,205); }
td.TdClassName
{
border-color: #E508CD;
}
.TagClassName
{
border-color: #E508CD;
}
</style>