Shades of Deep Magenta #E108C0
Tints of Deep Magenta #E108C0
RGB
CMYK
RGB Variations
Color information
#E108C0 (or 0xE108C0) is known color: Deep Magenta. HEX triplet: E1, 08 and C0. RGB value is (225,8,192). Sum of RGB (Red+Green+Blue) = 225+8+192=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 8 (3.52% from 255 or 1.88% from 425); Blue value is 192 (75.39% from 255 or 45.18% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E108C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E108C0 is #1EF73F. Grayscale: #5D5D5D. Windows color (decimal): -2029376 or 12585185. OLE color: 12585185.
HSL color Cylindrical-coordinate representation of color #E108C0: hue angle of 309.12º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E108C0 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 8 | 192 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.12 |
| HSL | 309.12º | 0.93% | 0.46% | - |
| HSV(B) | 309.12º | 0.96% | 0.88% | - |
| XYZ | 40.65 | 19.99 | 51.58 | - |
| YUV | 93.86 | 183.39 | 221.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 8 | 192 | 0 | 0.96 | 0.15 | 0.12 | 309.12 | 0.93 | 0.46 |
| Hex | E1 | 8 | C0 | 0 | 60 | F | C | 135 | 5D | 2E |
| Octal | 341 | 10 | 300 | 0 | 140 | 17 | 14 | 465 | 135 | 56 |
| Binary | 11100001 | 1000 | 11000000 | 0 | 1100000 | 1111 | 1100 | 100110101 | 1011101 | 101110 |
Color Harmonies of #E108C0
Complementary color
Monochromatic Colors of #E108C0
Black with #E108C0
Text Example
Text Example
White with #E108C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E108C0; }
p { color: rgb(225,8,192); }
H1.HeaderClassName
{
color: #E108C0;
}
.AnyTagClassName
{
color: #E108C0;
}
</style>
background-color css
<style>
a { background-color: #E108C0; }
a { background-color: rgb(225,8,192); }
div.DivClassName
{
background-color: #E108C0;
}
.BgClassName
{
background-color: #E108C0;
}
</style>
border-color css
<style>
span { border-color: #E108C0; }
span { border-color: rgb(225,8,192); }
td.TdClassName
{
border-color: #E108C0;
}
.TagClassName
{
border-color: #E108C0;
}
</style>