Shades of Deep Magenta #E00AC7
Tints of Deep Magenta #E00AC7
RGB
CMYK
RGB Variations
Color information
#E00AC7 (or 0xE00AC7) is known color: Deep Magenta. HEX triplet: E0, 0A and C7. RGB value is (224,10,199). Sum of RGB (Red+Green+Blue) = 224+10+199=433 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.73% from 433); Green value is 10 (4.30% from 255 or 2.31% from 433); Blue value is 199 (78.12% from 255 or 45.96% from 433); Max value from RGB is 224 - color contains mainly: red. Hex color #E00AC7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00AC7 is #1FF538. Grayscale: #5E5E5E. Windows color (decimal): -2094393 or 13044448. OLE color: 13044448.
HSL color Cylindrical-coordinate representation of color #E00AC7: hue angle of 307.01º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E00AC7 is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 10 | 199 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.12 |
| HSL | 307.01º | 0.91% | 0.46% | - |
| HSV(B) | 307.01º | 0.96% | 0.88% | - |
| XYZ | 41.16 | 20.19 | 55.76 | - |
| YUV | 95.53 | 186.4 | 219.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 10 | 199 | 0 | 0.96 | 0.11 | 0.12 | 307.01 | 0.91 | 0.46 |
| Hex | E0 | A | C7 | 0 | 60 | B | C | 133 | 5B | 2E |
| Octal | 340 | 12 | 307 | 0 | 140 | 13 | 14 | 463 | 133 | 56 |
| Binary | 11100000 | 1010 | 11000111 | 0 | 1100000 | 1011 | 1100 | 100110011 | 1011011 | 101110 |
Color Harmonies of #E00AC7
Complementary color
Monochromatic Colors of #E00AC7
Black with #E00AC7
Text Example
Text Example
White with #E00AC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00AC7; }
p { color: rgb(224,10,199); }
H1.HeaderClassName
{
color: #E00AC7;
}
.AnyTagClassName
{
color: #E00AC7;
}
</style>
background-color css
<style>
a { background-color: #E00AC7; }
a { background-color: rgb(224,10,199); }
div.DivClassName
{
background-color: #E00AC7;
}
.BgClassName
{
background-color: #E00AC7;
}
</style>
border-color css
<style>
span { border-color: #E00AC7; }
span { border-color: rgb(224,10,199); }
td.TdClassName
{
border-color: #E00AC7;
}
.TagClassName
{
border-color: #E00AC7;
}
</style>