Shades of Deep Magenta #E002B9
Tints of Deep Magenta #E002B9
RGB
CMYK
RGB Variations
Color information
#E002B9 (or 0xE002B9) is known color: Deep Magenta. HEX triplet: E0, 02 and B9. RGB value is (224,2,185). Sum of RGB (Red+Green+Blue) = 224+2+185=411 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.50% from 411); Green value is 2 (1.17% from 255 or 0.49% from 411); Blue value is 185 (72.66% from 255 or 45.01% from 411); Max value from RGB is 224 - color contains mainly: red. Hex color #E002B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E002B9 is #1FFD46. Grayscale: #585858. Windows color (decimal): -2096455 or 12124896. OLE color: 12124896.
HSL color Cylindrical-coordinate representation of color #E002B9: hue angle of 310.54º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E002B9 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 2 | 185 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.12 |
| HSL | 310.54º | 0.98% | 0.44% | - |
| HSV(B) | 310.54º | 0.99% | 0.88% | - |
| XYZ | 39.52 | 19.39 | 47.56 | - |
| YUV | 89.24 | 182.05 | 224.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 2 | 185 | 0 | 0.99 | 0.17 | 0.12 | 310.54 | 0.98 | 0.44 |
| Hex | E0 | 2 | B9 | 0 | 63 | 11 | C | 137 | 62 | 2C |
| Octal | 340 | 2 | 271 | 0 | 143 | 21 | 14 | 467 | 142 | 54 |
| Binary | 11100000 | 10 | 10111001 | 0 | 1100011 | 10001 | 1100 | 100110111 | 1100010 | 101100 |
Color Harmonies of #E002B9
Complementary color
Monochromatic Colors of #E002B9
Black with #E002B9
Text Example
Text Example
White with #E002B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E002B9; }
p { color: rgb(224,2,185); }
H1.HeaderClassName
{
color: #E002B9;
}
.AnyTagClassName
{
color: #E002B9;
}
</style>
background-color css
<style>
a { background-color: #E002B9; }
a { background-color: rgb(224,2,185); }
div.DivClassName
{
background-color: #E002B9;
}
.BgClassName
{
background-color: #E002B9;
}
</style>
border-color css
<style>
span { border-color: #E002B9; }
span { border-color: rgb(224,2,185); }
td.TdClassName
{
border-color: #E002B9;
}
.TagClassName
{
border-color: #E002B9;
}
</style>