Shades of Deep Magenta #E108CE
Tints of Deep Magenta #E108CE
RGB
CMYK
RGB Variations
Color information
#E108CE (or 0xE108CE) is known color: Deep Magenta. HEX triplet: E1, 08 and CE. RGB value is (225,8,206). Sum of RGB (Red+Green+Blue) = 225+8+206=439 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.25% from 439); Green value is 8 (3.52% from 255 or 1.82% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 225 - color contains mainly: red. Hex color #E108CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E108CE is #1EF731. Grayscale: #5E5E5E. Windows color (decimal): -2029362 or 13502689. OLE color: 13502689.
HSL color Cylindrical-coordinate representation of color #E108CE: hue angle of 305.25º 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 #E108CE is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 8 | 206 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.12 |
| HSL | 305.25º | 0.93% | 0.46% | - |
| HSV(B) | 305.25º | 0.96% | 0.88% | - |
| XYZ | 42.28 | 20.64 | 60.15 | - |
| YUV | 95.46 | 190.39 | 220.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 8 | 206 | 0 | 0.96 | 0.08 | 0.12 | 305.25 | 0.93 | 0.46 |
| Hex | E1 | 8 | CE | 0 | 60 | 8 | C | 131 | 5D | 2E |
| Octal | 341 | 10 | 316 | 0 | 140 | 10 | 14 | 461 | 135 | 56 |
| Binary | 11100001 | 1000 | 11001110 | 0 | 1100000 | 1000 | 1100 | 100110001 | 1011101 | 101110 |
Color Harmonies of #E108CE
Complementary color
Monochromatic Colors of #E108CE
Black with #E108CE
Text Example
Text Example
White with #E108CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E108CE; }
p { color: rgb(225,8,206); }
H1.HeaderClassName
{
color: #E108CE;
}
.AnyTagClassName
{
color: #E108CE;
}
</style>
background-color css
<style>
a { background-color: #E108CE; }
a { background-color: rgb(225,8,206); }
div.DivClassName
{
background-color: #E108CE;
}
.BgClassName
{
background-color: #E108CE;
}
</style>
border-color css
<style>
span { border-color: #E108CE; }
span { border-color: rgb(225,8,206); }
td.TdClassName
{
border-color: #E108CE;
}
.TagClassName
{
border-color: #E108CE;
}
</style>