Shades of Deep Magenta #E005CC
Tints of Deep Magenta #E005CC
RGB
CMYK
RGB Variations
Color information
#E005CC (or 0xE005CC) is known color: Deep Magenta. HEX triplet: E0, 05 and CC. RGB value is (224,5,204). Sum of RGB (Red+Green+Blue) = 224+5+204=433 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.73% from 433); Green value is 5 (2.34% from 255 or 1.15% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 224 - color contains mainly: red. Hex color #E005CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E005CC is #1FFA33. Grayscale: #5C5C5C. Windows color (decimal): -2095668 or 13370848. OLE color: 13370848.
HSL color Cylindrical-coordinate representation of color #E005CC: hue angle of 305.48º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E005CC is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 5 | 204 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.12 |
| HSL | 305.48º | 0.96% | 0.45% | - |
| HSV(B) | 305.48º | 0.98% | 0.88% | - |
| XYZ | 41.69 | 20.32 | 58.85 | - |
| YUV | 93.17 | 190.55 | 221.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 5 | 204 | 0 | 0.98 | 0.09 | 0.12 | 305.48 | 0.96 | 0.45 |
| Hex | E0 | 5 | CC | 0 | 62 | 9 | C | 131 | 60 | 2D |
| Octal | 340 | 5 | 314 | 0 | 142 | 11 | 14 | 461 | 140 | 55 |
| Binary | 11100000 | 101 | 11001100 | 0 | 1100010 | 1001 | 1100 | 100110001 | 1100000 | 101101 |
Color Harmonies of #E005CC
Complementary color
Monochromatic Colors of #E005CC
Black with #E005CC
Text Example
Text Example
White with #E005CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E005CC; }
p { color: rgb(224,5,204); }
H1.HeaderClassName
{
color: #E005CC;
}
.AnyTagClassName
{
color: #E005CC;
}
</style>
background-color css
<style>
a { background-color: #E005CC; }
a { background-color: rgb(224,5,204); }
div.DivClassName
{
background-color: #E005CC;
}
.BgClassName
{
background-color: #E005CC;
}
</style>
border-color css
<style>
span { border-color: #E005CC; }
span { border-color: rgb(224,5,204); }
td.TdClassName
{
border-color: #E005CC;
}
.TagClassName
{
border-color: #E005CC;
}
</style>