Shades of Deep Magenta #E107C9
Tints of Deep Magenta #E107C9
RGB
CMYK
RGB Variations
Color information
#E107C9 (or 0xE107C9) is known color: Deep Magenta. HEX triplet: E1, 07 and C9. RGB value is (225,7,201). Sum of RGB (Red+Green+Blue) = 225+7+201=433 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.96% from 433); Green value is 7 (3.12% from 255 or 1.62% from 433); Blue value is 201 (78.91% from 255 or 46.42% from 433); Max value from RGB is 225 - color contains mainly: red. Hex color #E107C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E107C9 is #1EF836. Grayscale: #5D5D5D. Windows color (decimal): -2029623 or 13174753. OLE color: 13174753.
HSL color Cylindrical-coordinate representation of color #E107C9: hue angle of 306.61º 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 #E107C9 is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 7 | 201 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.12 |
| HSL | 306.61º | 0.94% | 0.45% | - |
| HSV(B) | 306.61º | 0.97% | 0.88% | - |
| XYZ | 41.67 | 20.38 | 57 | - |
| YUV | 94.3 | 188.22 | 221.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 7 | 201 | 0 | 0.97 | 0.11 | 0.12 | 306.61 | 0.94 | 0.45 |
| Hex | E1 | 7 | C9 | 0 | 61 | B | C | 133 | 5E | 2D |
| Octal | 341 | 7 | 311 | 0 | 141 | 13 | 14 | 463 | 136 | 55 |
| Binary | 11100001 | 111 | 11001001 | 0 | 1100001 | 1011 | 1100 | 100110011 | 1011110 | 101101 |
Color Harmonies of #E107C9
Complementary color
Monochromatic Colors of #E107C9
Black with #E107C9
Text Example
Text Example
White with #E107C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E107C9; }
p { color: rgb(225,7,201); }
H1.HeaderClassName
{
color: #E107C9;
}
.AnyTagClassName
{
color: #E107C9;
}
</style>
background-color css
<style>
a { background-color: #E107C9; }
a { background-color: rgb(225,7,201); }
div.DivClassName
{
background-color: #E107C9;
}
.BgClassName
{
background-color: #E107C9;
}
</style>
border-color css
<style>
span { border-color: #E107C9; }
span { border-color: rgb(225,7,201); }
td.TdClassName
{
border-color: #E107C9;
}
.TagClassName
{
border-color: #E107C9;
}
</style>