Shades of Deep Magenta #E102C7
Tints of Deep Magenta #E102C7
RGB
CMYK
RGB Variations
Color information
#E102C7 (or 0xE102C7) is known color: Deep Magenta. HEX triplet: E1, 02 and C7. RGB value is (225,2,199). Sum of RGB (Red+Green+Blue) = 225+2+199=426 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.82% from 426); Green value is 2 (1.17% from 255 or 0.47% from 426); Blue value is 199 (78.12% from 255 or 46.71% from 426); Max value from RGB is 225 - color contains mainly: red. Hex color #E102C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E102C7 is #1EFD38. Grayscale: #5A5A5A. Windows color (decimal): -2030905 or 13042401. OLE color: 13042401.
HSL color Cylindrical-coordinate representation of color #E102C7: hue angle of 307º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E102C7 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 2 | 199 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.12 |
| HSL | 307º | 0.98% | 0.45% | - |
| HSV(B) | 307º | 0.99% | 0.88% | - |
| XYZ | 41.38 | 20.17 | 55.75 | - |
| YUV | 91.14 | 188.88 | 223.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 2 | 199 | 0 | 0.99 | 0.12 | 0.12 | 307 | 0.98 | 0.45 |
| Hex | E1 | 2 | C7 | 0 | 63 | C | C | 133 | 62 | 2D |
| Octal | 341 | 2 | 307 | 0 | 143 | 14 | 14 | 463 | 142 | 55 |
| Binary | 11100001 | 10 | 11000111 | 0 | 1100011 | 1100 | 1100 | 100110011 | 1100010 | 101101 |
Color Harmonies of #E102C7
Complementary color
Monochromatic Colors of #E102C7
Black with #E102C7
Text Example
Text Example
White with #E102C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E102C7; }
p { color: rgb(225,2,199); }
H1.HeaderClassName
{
color: #E102C7;
}
.AnyTagClassName
{
color: #E102C7;
}
</style>
background-color css
<style>
a { background-color: #E102C7; }
a { background-color: rgb(225,2,199); }
div.DivClassName
{
background-color: #E102C7;
}
.BgClassName
{
background-color: #E102C7;
}
</style>
border-color css
<style>
span { border-color: #E102C7; }
span { border-color: rgb(225,2,199); }
td.TdClassName
{
border-color: #E102C7;
}
.TagClassName
{
border-color: #E102C7;
}
</style>