Shades of Deep Magenta #E109CE
Tints of Deep Magenta #E109CE
RGB
CMYK
RGB Variations
Color information
#E109CE (or 0xE109CE) is known color: Deep Magenta. HEX triplet: E1, 09 and CE. RGB value is (225,9,206). Sum of RGB (Red+Green+Blue) = 225+9+206=440 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.14% from 440); Green value is 9 (3.91% from 255 or 2.05% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 225 - color contains mainly: red. Hex color #E109CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E109CE is #1EF631. Grayscale: #5F5F5F. Windows color (decimal): -2029106 or 13502945. OLE color: 13502945.
HSL color Cylindrical-coordinate representation of color #E109CE: hue angle of 305.28º degrees, saturation: 0.92, 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 #E109CE is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 9 | 206 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.12 |
| HSL | 305.28º | 0.92% | 0.46% | - |
| HSV(B) | 305.28º | 0.96% | 0.88% | - |
| XYZ | 42.29 | 20.66 | 60.15 | - |
| YUV | 96.04 | 190.06 | 219.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 9 | 206 | 0 | 0.96 | 0.08 | 0.12 | 305.28 | 0.92 | 0.46 |
| Hex | E1 | 9 | CE | 0 | 60 | 8 | C | 131 | 5C | 2E |
| Octal | 341 | 11 | 316 | 0 | 140 | 10 | 14 | 461 | 134 | 56 |
| Binary | 11100001 | 1001 | 11001110 | 0 | 1100000 | 1000 | 1100 | 100110001 | 1011100 | 101110 |
Color Harmonies of #E109CE
Complementary color
Monochromatic Colors of #E109CE
Black with #E109CE
Text Example
Text Example
White with #E109CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E109CE; }
p { color: rgb(225,9,206); }
H1.HeaderClassName
{
color: #E109CE;
}
.AnyTagClassName
{
color: #E109CE;
}
</style>
background-color css
<style>
a { background-color: #E109CE; }
a { background-color: rgb(225,9,206); }
div.DivClassName
{
background-color: #E109CE;
}
.BgClassName
{
background-color: #E109CE;
}
</style>
border-color css
<style>
span { border-color: #E109CE; }
span { border-color: rgb(225,9,206); }
td.TdClassName
{
border-color: #E109CE;
}
.TagClassName
{
border-color: #E109CE;
}
</style>