Shades of Deep Magenta #E108C1
Tints of Deep Magenta #E108C1
RGB
CMYK
RGB Variations
Color information
#E108C1 (or 0xE108C1) is known color: Deep Magenta. HEX triplet: E1, 08 and C1. RGB value is (225,8,193). Sum of RGB (Red+Green+Blue) = 225+8+193=426 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.82% from 426); Green value is 8 (3.52% from 255 or 1.88% from 426); Blue value is 193 (75.78% from 255 or 45.31% from 426); Max value from RGB is 225 - color contains mainly: red. Hex color #E108C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E108C1 is #1EF73E. Grayscale: #5D5D5D. Windows color (decimal): -2029375 or 12650721. OLE color: 12650721.
HSL color Cylindrical-coordinate representation of color #E108C1: hue angle of 308.85º 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 #E108C1 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 8 | 193 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.12 |
| HSL | 308.85º | 0.93% | 0.46% | - |
| HSV(B) | 308.85º | 0.96% | 0.88% | - |
| XYZ | 40.76 | 20.03 | 52.17 | - |
| YUV | 93.97 | 183.89 | 221.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 8 | 193 | 0 | 0.96 | 0.14 | 0.12 | 308.85 | 0.93 | 0.46 |
| Hex | E1 | 8 | C1 | 0 | 60 | E | C | 135 | 5D | 2E |
| Octal | 341 | 10 | 301 | 0 | 140 | 16 | 14 | 465 | 135 | 56 |
| Binary | 11100001 | 1000 | 11000001 | 0 | 1100000 | 1110 | 1100 | 100110101 | 1011101 | 101110 |
Color Harmonies of #E108C1
Complementary color
Monochromatic Colors of #E108C1
Black with #E108C1
Text Example
Text Example
White with #E108C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E108C1; }
p { color: rgb(225,8,193); }
H1.HeaderClassName
{
color: #E108C1;
}
.AnyTagClassName
{
color: #E108C1;
}
</style>
background-color css
<style>
a { background-color: #E108C1; }
a { background-color: rgb(225,8,193); }
div.DivClassName
{
background-color: #E108C1;
}
.BgClassName
{
background-color: #E108C1;
}
</style>
border-color css
<style>
span { border-color: #E108C1; }
span { border-color: rgb(225,8,193); }
td.TdClassName
{
border-color: #E108C1;
}
.TagClassName
{
border-color: #E108C1;
}
</style>