Shades of Deep Magenta #E107E1
Tints of Deep Magenta #E107E1
RGB
CMYK
RGB Variations
Color information
#E107E1 (or 0xE107E1) is known color: Deep Magenta. HEX triplet: E1, 07 and E1. RGB value is (225,7,225). Sum of RGB (Red+Green+Blue) = 225+7+225=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 7 (3.12% from 255 or 1.53% from 457); Blue value is 225 (88.28% from 255 or 49.23% from 457); Max value from RGB is 225 - color contains mainly: red, blue. Hex color #E107E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E107E1 is #1EF81E. Grayscale: #606060. Windows color (decimal): -2029599 or 14747617. OLE color: 14747617.
HSL color Cylindrical-coordinate representation of color #E107E1: hue angle of 300º 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 #E107E1 is Cyan = 0, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 7 | 225 | - |
| CMYK | 0 | 0.97 | 0 | 0.12 |
| HSL | 300º | 0.94% | 0.45% | - |
| HSV(B) | 300º | 0.97% | 0.88% | - |
| XYZ | 44.72 | 21.6 | 73.05 | - |
| YUV | 97.03 | 200.22 | 219.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 7 | 225 | 0 | 0.97 | 0 | 0.12 | 300 | 0.94 | 0.45 |
| Hex | E1 | 7 | E1 | 0 | 61 | 0 | C | 12C | 5E | 2D |
| Octal | 341 | 7 | 341 | 0 | 141 | 0 | 14 | 454 | 136 | 55 |
| Binary | 11100001 | 111 | 11100001 | 0 | 1100001 | 0 | 1100 | 100101100 | 1011110 | 101101 |
Color Harmonies of #E107E1
Complementary color
Monochromatic Colors of #E107E1
Black with #E107E1
Text Example
Text Example
White with #E107E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E107E1; }
p { color: rgb(225,7,225); }
H1.HeaderClassName
{
color: #E107E1;
}
.AnyTagClassName
{
color: #E107E1;
}
</style>
background-color css
<style>
a { background-color: #E107E1; }
a { background-color: rgb(225,7,225); }
div.DivClassName
{
background-color: #E107E1;
}
.BgClassName
{
background-color: #E107E1;
}
</style>
border-color css
<style>
span { border-color: #E107E1; }
span { border-color: rgb(225,7,225); }
td.TdClassName
{
border-color: #E107E1;
}
.TagClassName
{
border-color: #E107E1;
}
</style>