Shades of Deep Magenta #E001BF
Tints of Deep Magenta #E001BF
RGB
CMYK
RGB Variations
Color information
#E001BF (or 0xE001BF) is known color: Deep Magenta. HEX triplet: E0, 01 and BF. RGB value is (224,1,191). Sum of RGB (Red+Green+Blue) = 224+1+191=416 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.85% from 416); Green value is 1 (0.78% from 255 or 0.24% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 224 - color contains mainly: red. Hex color #E001BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E001BF is #1FFE40. Grayscale: #585858. Windows color (decimal): -2096705 or 12517856. OLE color: 12517856.
HSL color Cylindrical-coordinate representation of color #E001BF: hue angle of 308.88º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E001BF is Cyan = 0, Magento = 1.00, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 1 | 191 | - |
| CMYK | 0 | 1.00 | 0.15 | 0.12 |
| HSL | 308.88º | 0.99% | 0.44% | - |
| HSV(B) | 308.88º | 1% | 0.88% | - |
| XYZ | 40.16 | 19.63 | 50.96 | - |
| YUV | 89.34 | 185.38 | 224.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 1 | 191 | 0 | 1.00 | 0.15 | 0.12 | 308.88 | 0.99 | 0.44 |
| Hex | E0 | 1 | BF | 0 | 64 | F | C | 135 | 63 | 2C |
| Octal | 340 | 1 | 277 | 0 | 144 | 17 | 14 | 465 | 143 | 54 |
| Binary | 11100000 | 1 | 10111111 | 0 | 1100100 | 1111 | 1100 | 100110101 | 1100011 | 101100 |
Color Harmonies of #E001BF
Complementary color
Monochromatic Colors of #E001BF
Black with #E001BF
Text Example
Text Example
White with #E001BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E001BF; }
p { color: rgb(224,1,191); }
H1.HeaderClassName
{
color: #E001BF;
}
.AnyTagClassName
{
color: #E001BF;
}
</style>
background-color css
<style>
a { background-color: #E001BF; }
a { background-color: rgb(224,1,191); }
div.DivClassName
{
background-color: #E001BF;
}
.BgClassName
{
background-color: #E001BF;
}
</style>
border-color css
<style>
span { border-color: #E001BF; }
span { border-color: rgb(224,1,191); }
td.TdClassName
{
border-color: #E001BF;
}
.TagClassName
{
border-color: #E001BF;
}
</style>