Shades of Deep Magenta #E109CF
Tints of Deep Magenta #E109CF
RGB
CMYK
RGB Variations
Color information
#E109CF (or 0xE109CF) is known color: Deep Magenta. HEX triplet: E1, 09 and CF. RGB value is (225,9,207). Sum of RGB (Red+Green+Blue) = 225+9+207=441 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.02% from 441); Green value is 9 (3.91% from 255 or 2.04% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 225 - color contains mainly: red. Hex color #E109CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E109CF is #1EF630. Grayscale: #5F5F5F. Windows color (decimal): -2029105 or 13568481. OLE color: 13568481.
HSL color Cylindrical-coordinate representation of color #E109CF: hue angle of 305º 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 #E109CF is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 9 | 207 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.12 |
| HSL | 305º | 0.92% | 0.46% | - |
| HSV(B) | 305º | 0.96% | 0.88% | - |
| XYZ | 42.41 | 20.71 | 60.79 | - |
| YUV | 96.16 | 190.56 | 219.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 9 | 207 | 0 | 0.96 | 0.08 | 0.12 | 305 | 0.92 | 0.46 |
| Hex | E1 | 9 | CF | 0 | 60 | 8 | C | 131 | 5C | 2E |
| Octal | 341 | 11 | 317 | 0 | 140 | 10 | 14 | 461 | 134 | 56 |
| Binary | 11100001 | 1001 | 11001111 | 0 | 1100000 | 1000 | 1100 | 100110001 | 1011100 | 101110 |
Color Harmonies of #E109CF
Complementary color
Monochromatic Colors of #E109CF
Black with #E109CF
Text Example
Text Example
White with #E109CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E109CF; }
p { color: rgb(225,9,207); }
H1.HeaderClassName
{
color: #E109CF;
}
.AnyTagClassName
{
color: #E109CF;
}
</style>
background-color css
<style>
a { background-color: #E109CF; }
a { background-color: rgb(225,9,207); }
div.DivClassName
{
background-color: #E109CF;
}
.BgClassName
{
background-color: #E109CF;
}
</style>
border-color css
<style>
span { border-color: #E109CF; }
span { border-color: rgb(225,9,207); }
td.TdClassName
{
border-color: #E109CF;
}
.TagClassName
{
border-color: #E109CF;
}
</style>