Shades of Deep Magenta #E007CF
Tints of Deep Magenta #E007CF
RGB
CMYK
RGB Variations
Color information
#E007CF (or 0xE007CF) is known color: Deep Magenta. HEX triplet: E0, 07 and CF. RGB value is (224,7,207). Sum of RGB (Red+Green+Blue) = 224+7+207=438 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.14% from 438); Green value is 7 (3.12% from 255 or 1.60% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 224 - color contains mainly: red. Hex color #E007CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E007CF is #1FF830. Grayscale: #5E5E5E. Windows color (decimal): -2095153 or 13567968. OLE color: 13567968.
HSL color Cylindrical-coordinate representation of color #E007CF: hue angle of 304.7º 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 #E007CF is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 7 | 207 | - |
| CMYK | 0 | 0.97 | 0.08 | 0.12 |
| HSL | 304.7º | 0.94% | 0.45% | - |
| HSV(B) | 304.7º | 0.97% | 0.88% | - |
| XYZ | 42.08 | 20.5 | 60.77 | - |
| YUV | 94.68 | 191.39 | 220.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 7 | 207 | 0 | 0.97 | 0.08 | 0.12 | 304.7 | 0.94 | 0.45 |
| Hex | E0 | 7 | CF | 0 | 61 | 8 | C | 131 | 5E | 2D |
| Octal | 340 | 7 | 317 | 0 | 141 | 10 | 14 | 461 | 136 | 55 |
| Binary | 11100000 | 111 | 11001111 | 0 | 1100001 | 1000 | 1100 | 100110001 | 1011110 | 101101 |
Color Harmonies of #E007CF
Complementary color
Monochromatic Colors of #E007CF
Black with #E007CF
Text Example
Text Example
White with #E007CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E007CF; }
p { color: rgb(224,7,207); }
H1.HeaderClassName
{
color: #E007CF;
}
.AnyTagClassName
{
color: #E007CF;
}
</style>
background-color css
<style>
a { background-color: #E007CF; }
a { background-color: rgb(224,7,207); }
div.DivClassName
{
background-color: #E007CF;
}
.BgClassName
{
background-color: #E007CF;
}
</style>
border-color css
<style>
span { border-color: #E007CF; }
span { border-color: rgb(224,7,207); }
td.TdClassName
{
border-color: #E007CF;
}
.TagClassName
{
border-color: #E007CF;
}
</style>