Shades of Deep Magenta #E108CB
Tints of Deep Magenta #E108CB
RGB
CMYK
RGB Variations
Color information
#E108CB (or 0xE108CB) is known color: Deep Magenta. HEX triplet: E1, 08 and CB. RGB value is (225,8,203). Sum of RGB (Red+Green+Blue) = 225+8+203=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 8 (3.52% from 255 or 1.83% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E108CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E108CB is #1EF734. Grayscale: #5E5E5E. Windows color (decimal): -2029365 or 13306081. OLE color: 13306081.
HSL color Cylindrical-coordinate representation of color #E108CB: hue angle of 306.08º 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 #E108CB is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 8 | 203 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.12 |
| HSL | 306.08º | 0.93% | 0.46% | - |
| HSV(B) | 306.08º | 0.96% | 0.88% | - |
| XYZ | 41.92 | 20.49 | 58.25 | - |
| YUV | 95.11 | 188.89 | 220.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 8 | 203 | 0 | 0.96 | 0.10 | 0.12 | 306.08 | 0.93 | 0.46 |
| Hex | E1 | 8 | CB | 0 | 60 | A | C | 132 | 5D | 2E |
| Octal | 341 | 10 | 313 | 0 | 140 | 12 | 14 | 462 | 135 | 56 |
| Binary | 11100001 | 1000 | 11001011 | 0 | 1100000 | 1010 | 1100 | 100110010 | 1011101 | 101110 |
Color Harmonies of #E108CB
Complementary color
Monochromatic Colors of #E108CB
Black with #E108CB
Text Example
Text Example
White with #E108CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E108CB; }
p { color: rgb(225,8,203); }
H1.HeaderClassName
{
color: #E108CB;
}
.AnyTagClassName
{
color: #E108CB;
}
</style>
background-color css
<style>
a { background-color: #E108CB; }
a { background-color: rgb(225,8,203); }
div.DivClassName
{
background-color: #E108CB;
}
.BgClassName
{
background-color: #E108CB;
}
</style>
border-color css
<style>
span { border-color: #E108CB; }
span { border-color: rgb(225,8,203); }
td.TdClassName
{
border-color: #E108CB;
}
.TagClassName
{
border-color: #E108CB;
}
</style>