Shades of Deep Magenta #E207C7
Tints of Deep Magenta #E207C7
RGB
CMYK
RGB Variations
Color information
#E207C7 (or 0xE207C7) is known color: Deep Magenta. HEX triplet: E2, 07 and C7. RGB value is (226,7,199). Sum of RGB (Red+Green+Blue) = 226+7+199=432 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.31% from 432); Green value is 7 (3.12% from 255 or 1.62% from 432); Blue value is 199 (78.12% from 255 or 46.06% from 432); Max value from RGB is 226 - color contains mainly: red. Hex color #E207C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E207C7 is #1DF838. Grayscale: #5D5D5D. Windows color (decimal): -1964089 or 13043682. OLE color: 13043682.
HSL color Cylindrical-coordinate representation of color #E207C7: hue angle of 307.4º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E207C7 is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 7 | 199 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.11 |
| HSL | 307.4º | 0.94% | 0.46% | - |
| HSV(B) | 307.4º | 0.97% | 0.89% | - |
| XYZ | 41.75 | 20.44 | 55.78 | - |
| YUV | 94.37 | 187.05 | 221.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 7 | 199 | 0 | 0.97 | 0.12 | 0.11 | 307.4 | 0.94 | 0.46 |
| Hex | E2 | 7 | C7 | 0 | 61 | C | B | 133 | 5E | 2E |
| Octal | 342 | 7 | 307 | 0 | 141 | 14 | 13 | 463 | 136 | 56 |
| Binary | 11100010 | 111 | 11000111 | 0 | 1100001 | 1100 | 1011 | 100110011 | 1011110 | 101110 |
Color Harmonies of #E207C7
Complementary color
Monochromatic Colors of #E207C7
Black with #E207C7
Text Example
Text Example
White with #E207C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E207C7; }
p { color: rgb(226,7,199); }
H1.HeaderClassName
{
color: #E207C7;
}
.AnyTagClassName
{
color: #E207C7;
}
</style>
background-color css
<style>
a { background-color: #E207C7; }
a { background-color: rgb(226,7,199); }
div.DivClassName
{
background-color: #E207C7;
}
.BgClassName
{
background-color: #E207C7;
}
</style>
border-color css
<style>
span { border-color: #E207C7; }
span { border-color: rgb(226,7,199); }
td.TdClassName
{
border-color: #E207C7;
}
.TagClassName
{
border-color: #E207C7;
}
</style>