Shades of Deep Magenta #E107BF
Tints of Deep Magenta #E107BF
RGB
CMYK
RGB Variations
Color information
#E107BF (or 0xE107BF) is known color: Deep Magenta. HEX triplet: E1, 07 and BF. RGB value is (225,7,191). Sum of RGB (Red+Green+Blue) = 225+7+191=423 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.19% from 423); Green value is 7 (3.12% from 255 or 1.65% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 225 - color contains mainly: red. Hex color #E107BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E107BF is #1EF840. Grayscale: #5C5C5C. Windows color (decimal): -2029633 or 12519393. OLE color: 12519393.
HSL color Cylindrical-coordinate representation of color #E107BF: hue angle of 309.36º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E107BF is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 7 | 191 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.12 |
| HSL | 309.36º | 0.94% | 0.45% | - |
| HSV(B) | 309.36º | 0.97% | 0.88% | - |
| XYZ | 40.53 | 19.92 | 51 | - |
| YUV | 93.16 | 183.22 | 222.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 7 | 191 | 0 | 0.97 | 0.15 | 0.12 | 309.36 | 0.94 | 0.45 |
| Hex | E1 | 7 | BF | 0 | 61 | F | C | 135 | 5E | 2D |
| Octal | 341 | 7 | 277 | 0 | 141 | 17 | 14 | 465 | 136 | 55 |
| Binary | 11100001 | 111 | 10111111 | 0 | 1100001 | 1111 | 1100 | 100110101 | 1011110 | 101101 |
Color Harmonies of #E107BF
Complementary color
Monochromatic Colors of #E107BF
Black with #E107BF
Text Example
Text Example
White with #E107BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E107BF; }
p { color: rgb(225,7,191); }
H1.HeaderClassName
{
color: #E107BF;
}
.AnyTagClassName
{
color: #E107BF;
}
</style>
background-color css
<style>
a { background-color: #E107BF; }
a { background-color: rgb(225,7,191); }
div.DivClassName
{
background-color: #E107BF;
}
.BgClassName
{
background-color: #E107BF;
}
</style>
border-color css
<style>
span { border-color: #E107BF; }
span { border-color: rgb(225,7,191); }
td.TdClassName
{
border-color: #E107BF;
}
.TagClassName
{
border-color: #E107BF;
}
</style>