Shades of Deep Magenta #E109E2
Tints of Deep Magenta #E109E2
RGB
CMYK
RGB Variations
Color information
#E109E2 (or 0xE109E2) is known color: Deep Magenta. HEX triplet: E1, 09 and E2. RGB value is (225,9,226). Sum of RGB (Red+Green+Blue) = 225+9+226=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 9 (3.91% from 255 or 1.96% from 460); Blue value is 226 (88.67% from 255 or 49.13% from 460); Max value from RGB is 226 - color contains mainly: blue. Hex color #E109E2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E109E2 is #1EF61D. Grayscale: #616161. Windows color (decimal): -2029086 or 14813665. OLE color: 14813665.
HSL color Cylindrical-coordinate representation of color #E109E2: hue angle of 299.72º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E109E2 is Cyan = 0.00, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 9 | 226 | - |
| CMYK | 0.00 | 0.96 | 0 | 0.11 |
| HSL | 299.72º | 0.92% | 0.46% | - |
| HSV(B) | 299.72º | 0.96% | 0.89% | - |
| XYZ | 44.88 | 21.69 | 73.77 | - |
| YUV | 98.32 | 200.06 | 218.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 9 | 226 | 0.00 | 0.96 | 0 | 0.11 | 299.72 | 0.92 | 0.46 |
| Hex | E1 | 9 | E2 | 0 | 60 | 0 | B | 12C | 5C | 2E |
| Octal | 341 | 11 | 342 | 0 | 140 | 0 | 13 | 454 | 134 | 56 |
| Binary | 11100001 | 1001 | 11100010 | 0 | 1100000 | 0 | 1011 | 100101100 | 1011100 | 101110 |
Color Harmonies of #E109E2
Complementary color
Monochromatic Colors of #E109E2
Black with #E109E2
Text Example
Text Example
White with #E109E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E109E2; }
p { color: rgb(225,9,226); }
H1.HeaderClassName
{
color: #E109E2;
}
.AnyTagClassName
{
color: #E109E2;
}
</style>
background-color css
<style>
a { background-color: #E109E2; }
a { background-color: rgb(225,9,226); }
div.DivClassName
{
background-color: #E109E2;
}
.BgClassName
{
background-color: #E109E2;
}
</style>
border-color css
<style>
span { border-color: #E109E2; }
span { border-color: rgb(225,9,226); }
td.TdClassName
{
border-color: #E109E2;
}
.TagClassName
{
border-color: #E109E2;
}
</style>