Shades of Deep Magenta #E505D2
Tints of Deep Magenta #E505D2
RGB
CMYK
RGB Variations
Color information
#E505D2 (or 0xE505D2) is known color: Deep Magenta. HEX triplet: E5, 05 and D2. RGB value is (229,5,210). Sum of RGB (Red+Green+Blue) = 229+5+210=444 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.58% from 444); Green value is 5 (2.34% from 255 or 1.13% from 444); Blue value is 210 (82.42% from 255 or 47.30% from 444); Max value from RGB is 229 - color contains mainly: red. Hex color #E505D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E505D2 is #1AFA2D. Grayscale: #5E5E5E. Windows color (decimal): -1767982 or 13764069. OLE color: 13764069.
HSL color Cylindrical-coordinate representation of color #E505D2: hue angle of 305.09º 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 #E505D2 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 5 | 210 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.10 |
| HSL | 305.09º | 0.96% | 0.46% | - |
| HSV(B) | 305.09º | 0.98% | 0.9% | - |
| XYZ | 44 | 21.42 | 62.79 | - |
| YUV | 95.35 | 192.71 | 223.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 5 | 210 | 0 | 0.98 | 0.08 | 0.10 | 305.09 | 0.96 | 0.46 |
| Hex | E5 | 5 | D2 | 0 | 62 | 8 | A | 131 | 60 | 2E |
| Octal | 345 | 5 | 322 | 0 | 142 | 10 | 12 | 461 | 140 | 56 |
| Binary | 11100101 | 101 | 11010010 | 0 | 1100010 | 1000 | 1010 | 100110001 | 1100000 | 101110 |
Color Harmonies of #E505D2
Complementary color
Monochromatic Colors of #E505D2
Black with #E505D2
Text Example
Text Example
White with #E505D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E505D2; }
p { color: rgb(229,5,210); }
H1.HeaderClassName
{
color: #E505D2;
}
.AnyTagClassName
{
color: #E505D2;
}
</style>
background-color css
<style>
a { background-color: #E505D2; }
a { background-color: rgb(229,5,210); }
div.DivClassName
{
background-color: #E505D2;
}
.BgClassName
{
background-color: #E505D2;
}
</style>
border-color css
<style>
span { border-color: #E505D2; }
span { border-color: rgb(229,5,210); }
td.TdClassName
{
border-color: #E505D2;
}
.TagClassName
{
border-color: #E505D2;
}
</style>