Shades of Deep Magenta #E007CE
Tints of Deep Magenta #E007CE
RGB
CMYK
RGB Variations
Color information
#E007CE (or 0xE007CE) is known color: Deep Magenta. HEX triplet: E0, 07 and CE. RGB value is (224,7,206). Sum of RGB (Red+Green+Blue) = 224+7+206=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 7 (3.12% from 255 or 1.60% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E007CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E007CE is #1FF831. Grayscale: #5D5D5D. Windows color (decimal): -2095154 or 13502432. OLE color: 13502432.
HSL color Cylindrical-coordinate representation of color #E007CE: hue angle of 304.98º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E007CE is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 7 | 206 | - |
| CMYK | 0 | 0.97 | 0.08 | 0.12 |
| HSL | 304.98º | 0.94% | 0.45% | - |
| HSV(B) | 304.98º | 0.97% | 0.88% | - |
| XYZ | 41.96 | 20.46 | 60.13 | - |
| YUV | 94.57 | 190.89 | 220.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 7 | 206 | 0 | 0.97 | 0.08 | 0.12 | 304.98 | 0.94 | 0.45 |
| Hex | E0 | 7 | CE | 0 | 61 | 8 | C | 131 | 5E | 2D |
| Octal | 340 | 7 | 316 | 0 | 141 | 10 | 14 | 461 | 136 | 55 |
| Binary | 11100000 | 111 | 11001110 | 0 | 1100001 | 1000 | 1100 | 100110001 | 1011110 | 101101 |
Color Harmonies of #E007CE
Complementary color
Monochromatic Colors of #E007CE
Black with #E007CE
Text Example
Text Example
White with #E007CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E007CE; }
p { color: rgb(224,7,206); }
H1.HeaderClassName
{
color: #E007CE;
}
.AnyTagClassName
{
color: #E007CE;
}
</style>
background-color css
<style>
a { background-color: #E007CE; }
a { background-color: rgb(224,7,206); }
div.DivClassName
{
background-color: #E007CE;
}
.BgClassName
{
background-color: #E007CE;
}
</style>
border-color css
<style>
span { border-color: #E007CE; }
span { border-color: rgb(224,7,206); }
td.TdClassName
{
border-color: #E007CE;
}
.TagClassName
{
border-color: #E007CE;
}
</style>