Shades of Deep Magenta #E107CC
Tints of Deep Magenta #E107CC
RGB
CMYK
RGB Variations
Color information
#E107CC (or 0xE107CC) is known color: Deep Magenta. HEX triplet: E1, 07 and CC. RGB value is (225,7,204). Sum of RGB (Red+Green+Blue) = 225+7+204=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 7 (3.12% from 255 or 1.61% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E107CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E107CC is #1EF833. Grayscale: #5E5E5E. Windows color (decimal): -2029620 or 13371361. OLE color: 13371361.
HSL color Cylindrical-coordinate representation of color #E107CC: hue angle of 305.78º 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 #E107CC is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 7 | 204 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.12 |
| HSL | 305.78º | 0.94% | 0.45% | - |
| HSV(B) | 305.78º | 0.97% | 0.88% | - |
| XYZ | 42.03 | 20.52 | 58.87 | - |
| YUV | 94.64 | 189.72 | 220.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 7 | 204 | 0 | 0.97 | 0.09 | 0.12 | 305.78 | 0.94 | 0.45 |
| Hex | E1 | 7 | CC | 0 | 61 | 9 | C | 132 | 5E | 2D |
| Octal | 341 | 7 | 314 | 0 | 141 | 11 | 14 | 462 | 136 | 55 |
| Binary | 11100001 | 111 | 11001100 | 0 | 1100001 | 1001 | 1100 | 100110010 | 1011110 | 101101 |
Color Harmonies of #E107CC
Complementary color
Monochromatic Colors of #E107CC
Black with #E107CC
Text Example
Text Example
White with #E107CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E107CC; }
p { color: rgb(225,7,204); }
H1.HeaderClassName
{
color: #E107CC;
}
.AnyTagClassName
{
color: #E107CC;
}
</style>
background-color css
<style>
a { background-color: #E107CC; }
a { background-color: rgb(225,7,204); }
div.DivClassName
{
background-color: #E107CC;
}
.BgClassName
{
background-color: #E107CC;
}
</style>
border-color css
<style>
span { border-color: #E107CC; }
span { border-color: rgb(225,7,204); }
td.TdClassName
{
border-color: #E107CC;
}
.TagClassName
{
border-color: #E107CC;
}
</style>