Shades of Deep Magenta #E001B9
Tints of Deep Magenta #E001B9
RGB
CMYK
RGB Variations
Color information
#E001B9 (or 0xE001B9) is known color: Deep Magenta. HEX triplet: E0, 01 and B9. RGB value is (224,1,185). Sum of RGB (Red+Green+Blue) = 224+1+185=410 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.63% from 410); Green value is 1 (0.78% from 255 or 0.24% from 410); Blue value is 185 (72.66% from 255 or 45.12% from 410); Max value from RGB is 224 - color contains mainly: red. Hex color #E001B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E001B9 is #1FFE46. Grayscale: #585858. Windows color (decimal): -2096711 or 12124640. OLE color: 12124640.
HSL color Cylindrical-coordinate representation of color #E001B9: hue angle of 310.49º 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 #E001B9 is Cyan = 0, Magento = 1.00, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 1 | 185 | - |
| CMYK | 0 | 1.00 | 0.17 | 0.12 |
| HSL | 310.49º | 0.99% | 0.44% | - |
| HSV(B) | 310.49º | 1% | 0.88% | - |
| XYZ | 39.51 | 19.37 | 47.56 | - |
| YUV | 88.65 | 182.38 | 224.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 1 | 185 | 0 | 1.00 | 0.17 | 0.12 | 310.49 | 0.99 | 0.44 |
| Hex | E0 | 1 | B9 | 0 | 64 | 11 | C | 136 | 63 | 2C |
| Octal | 340 | 1 | 271 | 0 | 144 | 21 | 14 | 466 | 143 | 54 |
| Binary | 11100000 | 1 | 10111001 | 0 | 1100100 | 10001 | 1100 | 100110110 | 1100011 | 101100 |
Color Harmonies of #E001B9
Complementary color
Monochromatic Colors of #E001B9
Black with #E001B9
Text Example
Text Example
White with #E001B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E001B9; }
p { color: rgb(224,1,185); }
H1.HeaderClassName
{
color: #E001B9;
}
.AnyTagClassName
{
color: #E001B9;
}
</style>
background-color css
<style>
a { background-color: #E001B9; }
a { background-color: rgb(224,1,185); }
div.DivClassName
{
background-color: #E001B9;
}
.BgClassName
{
background-color: #E001B9;
}
</style>
border-color css
<style>
span { border-color: #E001B9; }
span { border-color: rgb(224,1,185); }
td.TdClassName
{
border-color: #E001B9;
}
.TagClassName
{
border-color: #E001B9;
}
</style>