Shades of Deep Magenta #E202C7
Tints of Deep Magenta #E202C7
RGB
CMYK
RGB Variations
Color information
#E202C7 (or 0xE202C7) is known color: Deep Magenta. HEX triplet: E2, 02 and C7. RGB value is (226,2,199). Sum of RGB (Red+Green+Blue) = 226+2+199=427 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.93% from 427); Green value is 2 (1.17% from 255 or 0.47% from 427); Blue value is 199 (78.12% from 255 or 46.60% from 427); Max value from RGB is 226 - color contains mainly: red. Hex color #E202C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E202C7 is #1DFD38. Grayscale: #5A5A5A. Windows color (decimal): -1965369 or 13042402. OLE color: 13042402.
HSL color Cylindrical-coordinate representation of color #E202C7: hue angle of 307.23º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E202C7 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 2 | 199 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.11 |
| HSL | 307.23º | 0.98% | 0.45% | - |
| HSV(B) | 307.23º | 0.99% | 0.89% | - |
| XYZ | 41.69 | 20.34 | 55.76 | - |
| YUV | 91.43 | 188.71 | 223.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 2 | 199 | 0 | 0.99 | 0.12 | 0.11 | 307.23 | 0.98 | 0.45 |
| Hex | E2 | 2 | C7 | 0 | 63 | C | B | 133 | 62 | 2D |
| Octal | 342 | 2 | 307 | 0 | 143 | 14 | 13 | 463 | 142 | 55 |
| Binary | 11100010 | 10 | 11000111 | 0 | 1100011 | 1100 | 1011 | 100110011 | 1100010 | 101101 |
Color Harmonies of #E202C7
Complementary color
Monochromatic Colors of #E202C7
Black with #E202C7
Text Example
Text Example
White with #E202C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E202C7; }
p { color: rgb(226,2,199); }
H1.HeaderClassName
{
color: #E202C7;
}
.AnyTagClassName
{
color: #E202C7;
}
</style>
background-color css
<style>
a { background-color: #E202C7; }
a { background-color: rgb(226,2,199); }
div.DivClassName
{
background-color: #E202C7;
}
.BgClassName
{
background-color: #E202C7;
}
</style>
border-color css
<style>
span { border-color: #E202C7; }
span { border-color: rgb(226,2,199); }
td.TdClassName
{
border-color: #E202C7;
}
.TagClassName
{
border-color: #E202C7;
}
</style>