Shades of Deep Magenta #E103BF
Tints of Deep Magenta #E103BF
RGB
CMYK
RGB Variations
Color information
#E103BF (or 0xE103BF) is known color: Deep Magenta. HEX triplet: E1, 03 and BF. RGB value is (225,3,191). Sum of RGB (Red+Green+Blue) = 225+3+191=419 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.70% from 419); Green value is 3 (1.56% from 255 or 0.72% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 225 - color contains mainly: red. Hex color #E103BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E103BF is #1EFC40. Grayscale: #5A5A5A. Windows color (decimal): -2030657 or 12518369. OLE color: 12518369.
HSL color Cylindrical-coordinate representation of color #E103BF: hue angle of 309.19º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E103BF is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 3 | 191 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.12 |
| HSL | 309.19º | 0.97% | 0.45% | - |
| HSV(B) | 309.19º | 0.99% | 0.88% | - |
| XYZ | 40.49 | 19.83 | 50.98 | - |
| YUV | 90.81 | 184.55 | 223.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 3 | 191 | 0 | 0.99 | 0.15 | 0.12 | 309.19 | 0.97 | 0.45 |
| Hex | E1 | 3 | BF | 0 | 63 | F | C | 135 | 61 | 2D |
| Octal | 341 | 3 | 277 | 0 | 143 | 17 | 14 | 465 | 141 | 55 |
| Binary | 11100001 | 11 | 10111111 | 0 | 1100011 | 1111 | 1100 | 100110101 | 1100001 | 101101 |
Color Harmonies of #E103BF
Complementary color
Monochromatic Colors of #E103BF
Black with #E103BF
Text Example
Text Example
White with #E103BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E103BF; }
p { color: rgb(225,3,191); }
H1.HeaderClassName
{
color: #E103BF;
}
.AnyTagClassName
{
color: #E103BF;
}
</style>
background-color css
<style>
a { background-color: #E103BF; }
a { background-color: rgb(225,3,191); }
div.DivClassName
{
background-color: #E103BF;
}
.BgClassName
{
background-color: #E103BF;
}
</style>
border-color css
<style>
span { border-color: #E103BF; }
span { border-color: rgb(225,3,191); }
td.TdClassName
{
border-color: #E103BF;
}
.TagClassName
{
border-color: #E103BF;
}
</style>