Shades of Deep Magenta #E108C2
Tints of Deep Magenta #E108C2
RGB
CMYK
RGB Variations
Color information
#E108C2 (or 0xE108C2) is known color: Deep Magenta. HEX triplet: E1, 08 and C2. RGB value is (225,8,194). Sum of RGB (Red+Green+Blue) = 225+8+194=427 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.69% from 427); Green value is 8 (3.52% from 255 or 1.87% from 427); Blue value is 194 (76.17% from 255 or 45.43% from 427); Max value from RGB is 225 - color contains mainly: red. Hex color #E108C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E108C2 is #1EF73D. Grayscale: #5D5D5D. Windows color (decimal): -2029374 or 12716257. OLE color: 12716257.
HSL color Cylindrical-coordinate representation of color #E108C2: hue angle of 308.57º 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 #E108C2 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 8 | 194 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.12 |
| HSL | 308.57º | 0.93% | 0.46% | - |
| HSV(B) | 308.57º | 0.96% | 0.88% | - |
| XYZ | 40.88 | 20.08 | 52.76 | - |
| YUV | 94.09 | 184.39 | 221.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 8 | 194 | 0 | 0.96 | 0.14 | 0.12 | 308.57 | 0.93 | 0.46 |
| Hex | E1 | 8 | C2 | 0 | 60 | E | C | 135 | 5D | 2E |
| Octal | 341 | 10 | 302 | 0 | 140 | 16 | 14 | 465 | 135 | 56 |
| Binary | 11100001 | 1000 | 11000010 | 0 | 1100000 | 1110 | 1100 | 100110101 | 1011101 | 101110 |
Color Harmonies of #E108C2
Complementary color
Monochromatic Colors of #E108C2
Black with #E108C2
Text Example
Text Example
White with #E108C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E108C2; }
p { color: rgb(225,8,194); }
H1.HeaderClassName
{
color: #E108C2;
}
.AnyTagClassName
{
color: #E108C2;
}
</style>
background-color css
<style>
a { background-color: #E108C2; }
a { background-color: rgb(225,8,194); }
div.DivClassName
{
background-color: #E108C2;
}
.BgClassName
{
background-color: #E108C2;
}
</style>
border-color css
<style>
span { border-color: #E108C2; }
span { border-color: rgb(225,8,194); }
td.TdClassName
{
border-color: #E108C2;
}
.TagClassName
{
border-color: #E108C2;
}
</style>