Shades of Deep Magenta #E003B9
Tints of Deep Magenta #E003B9
RGB
CMYK
RGB Variations
Color information
#E003B9 (or 0xE003B9) is known color: Deep Magenta. HEX triplet: E0, 03 and B9. RGB value is (224,3,185). Sum of RGB (Red+Green+Blue) = 224+3+185=412 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.37% from 412); Green value is 3 (1.56% from 255 or 0.73% from 412); Blue value is 185 (72.66% from 255 or 44.90% from 412); Max value from RGB is 224 - color contains mainly: red. Hex color #E003B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E003B9 is #1FFC46. Grayscale: #595959. Windows color (decimal): -2096199 or 12125152. OLE color: 12125152.
HSL color Cylindrical-coordinate representation of color #E003B9: hue angle of 310.59º 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 #E003B9 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 3 | 185 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.12 |
| HSL | 310.59º | 0.97% | 0.45% | - |
| HSV(B) | 310.59º | 0.99% | 0.88% | - |
| XYZ | 39.53 | 19.42 | 47.56 | - |
| YUV | 89.83 | 181.72 | 223.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 3 | 185 | 0 | 0.99 | 0.17 | 0.12 | 310.59 | 0.97 | 0.45 |
| Hex | E0 | 3 | B9 | 0 | 63 | 11 | C | 137 | 61 | 2D |
| Octal | 340 | 3 | 271 | 0 | 143 | 21 | 14 | 467 | 141 | 55 |
| Binary | 11100000 | 11 | 10111001 | 0 | 1100011 | 10001 | 1100 | 100110111 | 1100001 | 101101 |
Color Harmonies of #E003B9
Complementary color
Monochromatic Colors of #E003B9
Black with #E003B9
Text Example
Text Example
White with #E003B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E003B9; }
p { color: rgb(224,3,185); }
H1.HeaderClassName
{
color: #E003B9;
}
.AnyTagClassName
{
color: #E003B9;
}
</style>
background-color css
<style>
a { background-color: #E003B9; }
a { background-color: rgb(224,3,185); }
div.DivClassName
{
background-color: #E003B9;
}
.BgClassName
{
background-color: #E003B9;
}
</style>
border-color css
<style>
span { border-color: #E003B9; }
span { border-color: rgb(224,3,185); }
td.TdClassName
{
border-color: #E003B9;
}
.TagClassName
{
border-color: #E003B9;
}
</style>