Shades of Deep Magenta #E107CF
Tints of Deep Magenta #E107CF
RGB
CMYK
RGB Variations
Color information
#E107CF (or 0xE107CF) is known color: Deep Magenta. HEX triplet: E1, 07 and CF. RGB value is (225,7,207). Sum of RGB (Red+Green+Blue) = 225+7+207=439 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.25% from 439); Green value is 7 (3.12% from 255 or 1.59% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 225 - color contains mainly: red. Hex color #E107CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E107CF is #1EF830. Grayscale: #5E5E5E. Windows color (decimal): -2029617 or 13567969. OLE color: 13567969.
HSL color Cylindrical-coordinate representation of color #E107CF: hue angle of 304.95º 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 #E107CF is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 7 | 207 | - |
| CMYK | 0 | 0.97 | 0.08 | 0.12 |
| HSL | 304.95º | 0.94% | 0.45% | - |
| HSV(B) | 304.95º | 0.97% | 0.88% | - |
| XYZ | 42.39 | 20.66 | 60.79 | - |
| YUV | 94.98 | 191.22 | 220.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 7 | 207 | 0 | 0.97 | 0.08 | 0.12 | 304.95 | 0.94 | 0.45 |
| Hex | E1 | 7 | CF | 0 | 61 | 8 | C | 131 | 5E | 2D |
| Octal | 341 | 7 | 317 | 0 | 141 | 10 | 14 | 461 | 136 | 55 |
| Binary | 11100001 | 111 | 11001111 | 0 | 1100001 | 1000 | 1100 | 100110001 | 1011110 | 101101 |
Color Harmonies of #E107CF
Complementary color
Monochromatic Colors of #E107CF
Black with #E107CF
Text Example
Text Example
White with #E107CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E107CF; }
p { color: rgb(225,7,207); }
H1.HeaderClassName
{
color: #E107CF;
}
.AnyTagClassName
{
color: #E107CF;
}
</style>
background-color css
<style>
a { background-color: #E107CF; }
a { background-color: rgb(225,7,207); }
div.DivClassName
{
background-color: #E107CF;
}
.BgClassName
{
background-color: #E107CF;
}
</style>
border-color css
<style>
span { border-color: #E107CF; }
span { border-color: rgb(225,7,207); }
td.TdClassName
{
border-color: #E107CF;
}
.TagClassName
{
border-color: #E107CF;
}
</style>