Shades of Deep Magenta #E505CF
Tints of Deep Magenta #E505CF
RGB
CMYK
RGB Variations
Color information
#E505CF (or 0xE505CF) is known color: Deep Magenta. HEX triplet: E5, 05 and CF. RGB value is (229,5,207). Sum of RGB (Red+Green+Blue) = 229+5+207=441 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.93% from 441); Green value is 5 (2.34% from 255 or 1.13% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 229 - color contains mainly: red. Hex color #E505CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E505CF is #1AFA30. Grayscale: #5E5E5E. Windows color (decimal): -1767985 or 13567461. OLE color: 13567461.
HSL color Cylindrical-coordinate representation of color #E505CF: hue angle of 305.89º 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 #E505CF is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 5 | 207 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.10 |
| HSL | 305.89º | 0.96% | 0.46% | - |
| HSV(B) | 305.89º | 0.98% | 0.9% | - |
| XYZ | 43.63 | 21.27 | 60.84 | - |
| YUV | 95 | 191.21 | 223.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 5 | 207 | 0 | 0.98 | 0.10 | 0.10 | 305.89 | 0.96 | 0.46 |
| Hex | E5 | 5 | CF | 0 | 62 | A | A | 132 | 60 | 2E |
| Octal | 345 | 5 | 317 | 0 | 142 | 12 | 12 | 462 | 140 | 56 |
| Binary | 11100101 | 101 | 11001111 | 0 | 1100010 | 1010 | 1010 | 100110010 | 1100000 | 101110 |
Color Harmonies of #E505CF
Complementary color
Monochromatic Colors of #E505CF
Black with #E505CF
Text Example
Text Example
White with #E505CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E505CF; }
p { color: rgb(229,5,207); }
H1.HeaderClassName
{
color: #E505CF;
}
.AnyTagClassName
{
color: #E505CF;
}
</style>
background-color css
<style>
a { background-color: #E505CF; }
a { background-color: rgb(229,5,207); }
div.DivClassName
{
background-color: #E505CF;
}
.BgClassName
{
background-color: #E505CF;
}
</style>
border-color css
<style>
span { border-color: #E505CF; }
span { border-color: rgb(229,5,207); }
td.TdClassName
{
border-color: #E505CF;
}
.TagClassName
{
border-color: #E505CF;
}
</style>