Shades of Deep Magenta #E104BF
Tints of Deep Magenta #E104BF
RGB
CMYK
RGB Variations
Color information
#E104BF (or 0xE104BF) is known color: Deep Magenta. HEX triplet: E1, 04 and BF. RGB value is (225,4,191). Sum of RGB (Red+Green+Blue) = 225+4+191=420 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.57% from 420); Green value is 4 (1.95% from 255 or 0.95% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 225 - color contains mainly: red. Hex color #E104BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E104BF is #1EFB40. Grayscale: #5A5A5A. Windows color (decimal): -2030401 or 12518625. OLE color: 12518625.
HSL color Cylindrical-coordinate representation of color #E104BF: hue angle of 309.23º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E104BF is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 4 | 191 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.12 |
| HSL | 309.23º | 0.97% | 0.45% | - |
| HSV(B) | 309.23º | 0.98% | 0.88% | - |
| XYZ | 40.5 | 19.86 | 50.99 | - |
| YUV | 91.4 | 184.22 | 223.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 4 | 191 | 0 | 0.98 | 0.15 | 0.12 | 309.23 | 0.97 | 0.45 |
| Hex | E1 | 4 | BF | 0 | 62 | F | C | 135 | 61 | 2D |
| Octal | 341 | 4 | 277 | 0 | 142 | 17 | 14 | 465 | 141 | 55 |
| Binary | 11100001 | 100 | 10111111 | 0 | 1100010 | 1111 | 1100 | 100110101 | 1100001 | 101101 |
Color Harmonies of #E104BF
Complementary color
Monochromatic Colors of #E104BF
Black with #E104BF
Text Example
Text Example
White with #E104BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E104BF; }
p { color: rgb(225,4,191); }
H1.HeaderClassName
{
color: #E104BF;
}
.AnyTagClassName
{
color: #E104BF;
}
</style>
background-color css
<style>
a { background-color: #E104BF; }
a { background-color: rgb(225,4,191); }
div.DivClassName
{
background-color: #E104BF;
}
.BgClassName
{
background-color: #E104BF;
}
</style>
border-color css
<style>
span { border-color: #E104BF; }
span { border-color: rgb(225,4,191); }
td.TdClassName
{
border-color: #E104BF;
}
.TagClassName
{
border-color: #E104BF;
}
</style>