Shades of Deep Magenta #E505CD
Tints of Deep Magenta #E505CD
RGB
CMYK
RGB Variations
Color information
#E505CD (or 0xE505CD) is known color: Deep Magenta. HEX triplet: E5, 05 and CD. RGB value is (229,5,205). Sum of RGB (Red+Green+Blue) = 229+5+205=439 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.16% from 439); Green value is 5 (2.34% from 255 or 1.14% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 229 - color contains mainly: red. Hex color #E505CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E505CD is #1AFA32. Grayscale: #5E5E5E. Windows color (decimal): -1767987 or 13436389. OLE color: 13436389.
HSL color Cylindrical-coordinate representation of color #E505CD: hue angle of 306.43º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E505CD is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 5 | 205 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.10 |
| HSL | 306.43º | 0.96% | 0.46% | - |
| HSV(B) | 306.43º | 0.98% | 0.9% | - |
| XYZ | 43.39 | 21.17 | 59.56 | - |
| YUV | 94.78 | 190.21 | 223.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 5 | 205 | 0 | 0.98 | 0.10 | 0.10 | 306.43 | 0.96 | 0.46 |
| Hex | E5 | 5 | CD | 0 | 62 | A | A | 132 | 60 | 2E |
| Octal | 345 | 5 | 315 | 0 | 142 | 12 | 12 | 462 | 140 | 56 |
| Binary | 11100101 | 101 | 11001101 | 0 | 1100010 | 1010 | 1010 | 100110010 | 1100000 | 101110 |
Color Harmonies of #E505CD
Complementary color
Monochromatic Colors of #E505CD
Black with #E505CD
Text Example
Text Example
White with #E505CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E505CD; }
p { color: rgb(229,5,205); }
H1.HeaderClassName
{
color: #E505CD;
}
.AnyTagClassName
{
color: #E505CD;
}
</style>
background-color css
<style>
a { background-color: #E505CD; }
a { background-color: rgb(229,5,205); }
div.DivClassName
{
background-color: #E505CD;
}
.BgClassName
{
background-color: #E505CD;
}
</style>
border-color css
<style>
span { border-color: #E505CD; }
span { border-color: rgb(229,5,205); }
td.TdClassName
{
border-color: #E505CD;
}
.TagClassName
{
border-color: #E505CD;
}
</style>