Shades of Deep Magenta #E108E0
Tints of Deep Magenta #E108E0
RGB
CMYK
RGB Variations
Color information
#E108E0 (or 0xE108E0) is known color: Deep Magenta. HEX triplet: E1, 08 and E0. RGB value is (225,8,224). Sum of RGB (Red+Green+Blue) = 225+8+224=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 8 (3.52% from 255 or 1.75% from 457); Blue value is 224 (87.89% from 255 or 49.02% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E108E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E108E0 is #1EF71F. Grayscale: #606060. Windows color (decimal): -2029344 or 14682337. OLE color: 14682337.
HSL color Cylindrical-coordinate representation of color #E108E0: hue angle of 300.28º 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 #E108E0 is Cyan = 0, Magento = 0.96, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 8 | 224 | - |
| CMYK | 0 | 0.96 | 0.00 | 0.12 |
| HSL | 300.28º | 0.93% | 0.46% | - |
| HSV(B) | 300.28º | 0.96% | 0.88% | - |
| XYZ | 44.59 | 21.56 | 72.33 | - |
| YUV | 97.51 | 199.39 | 218.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 8 | 224 | 0 | 0.96 | 0.00 | 0.12 | 300.28 | 0.93 | 0.46 |
| Hex | E1 | 8 | E0 | 0 | 60 | 0 | C | 12C | 5D | 2E |
| Octal | 341 | 10 | 340 | 0 | 140 | 0 | 14 | 454 | 135 | 56 |
| Binary | 11100001 | 1000 | 11100000 | 0 | 1100000 | 0 | 1100 | 100101100 | 1011101 | 101110 |
Color Harmonies of #E108E0
Complementary color
Monochromatic Colors of #E108E0
Black with #E108E0
Text Example
Text Example
White with #E108E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E108E0; }
p { color: rgb(225,8,224); }
H1.HeaderClassName
{
color: #E108E0;
}
.AnyTagClassName
{
color: #E108E0;
}
</style>
background-color css
<style>
a { background-color: #E108E0; }
a { background-color: rgb(225,8,224); }
div.DivClassName
{
background-color: #E108E0;
}
.BgClassName
{
background-color: #E108E0;
}
</style>
border-color css
<style>
span { border-color: #E108E0; }
span { border-color: rgb(225,8,224); }
td.TdClassName
{
border-color: #E108E0;
}
.TagClassName
{
border-color: #E108E0;
}
</style>