Shades of Deep Magenta #E109CB
Tints of Deep Magenta #E109CB
RGB
CMYK
RGB Variations
Color information
#E109CB (or 0xE109CB) is known color: Deep Magenta. HEX triplet: E1, 09 and CB. RGB value is (225,9,203). Sum of RGB (Red+Green+Blue) = 225+9+203=437 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.49% from 437); Green value is 9 (3.91% from 255 or 2.06% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 225 - color contains mainly: red. Hex color #E109CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E109CB is #1EF634. Grayscale: #5F5F5F. Windows color (decimal): -2029109 or 13306337. OLE color: 13306337.
HSL color Cylindrical-coordinate representation of color #E109CB: hue angle of 306.11º 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 #E109CB is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 9 | 203 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.12 |
| HSL | 306.11º | 0.92% | 0.46% | - |
| HSV(B) | 306.11º | 0.96% | 0.88% | - |
| XYZ | 41.93 | 20.51 | 58.25 | - |
| YUV | 95.7 | 188.56 | 220.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 9 | 203 | 0 | 0.96 | 0.10 | 0.12 | 306.11 | 0.92 | 0.46 |
| Hex | E1 | 9 | CB | 0 | 60 | A | C | 132 | 5C | 2E |
| Octal | 341 | 11 | 313 | 0 | 140 | 12 | 14 | 462 | 134 | 56 |
| Binary | 11100001 | 1001 | 11001011 | 0 | 1100000 | 1010 | 1100 | 100110010 | 1011100 | 101110 |
Color Harmonies of #E109CB
Complementary color
Monochromatic Colors of #E109CB
Black with #E109CB
Text Example
Text Example
White with #E109CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E109CB; }
p { color: rgb(225,9,203); }
H1.HeaderClassName
{
color: #E109CB;
}
.AnyTagClassName
{
color: #E109CB;
}
</style>
background-color css
<style>
a { background-color: #E109CB; }
a { background-color: rgb(225,9,203); }
div.DivClassName
{
background-color: #E109CB;
}
.BgClassName
{
background-color: #E109CB;
}
</style>
border-color css
<style>
span { border-color: #E109CB; }
span { border-color: rgb(225,9,203); }
td.TdClassName
{
border-color: #E109CB;
}
.TagClassName
{
border-color: #E109CB;
}
</style>