Shades of Deep Magenta #E003BD
Tints of Deep Magenta #E003BD
RGB
CMYK
RGB Variations
Color information
#E003BD (or 0xE003BD) is known color: Deep Magenta. HEX triplet: E0, 03 and BD. RGB value is (224,3,189). Sum of RGB (Red+Green+Blue) = 224+3+189=416 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.85% from 416); Green value is 3 (1.56% from 255 or 0.72% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 224 - color contains mainly: red. Hex color #E003BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E003BD is #1FFC42. Grayscale: #595959. Windows color (decimal): -2096195 or 12387296. OLE color: 12387296.
HSL color Cylindrical-coordinate representation of color #E003BD: hue angle of 309.5º 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 #E003BD is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 3 | 189 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.12 |
| HSL | 309.5º | 0.97% | 0.45% | - |
| HSV(B) | 309.5º | 0.99% | 0.88% | - |
| XYZ | 39.96 | 19.59 | 49.82 | - |
| YUV | 90.28 | 183.72 | 223.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 3 | 189 | 0 | 0.99 | 0.16 | 0.12 | 309.5 | 0.97 | 0.45 |
| Hex | E0 | 3 | BD | 0 | 63 | 10 | C | 136 | 61 | 2D |
| Octal | 340 | 3 | 275 | 0 | 143 | 20 | 14 | 466 | 141 | 55 |
| Binary | 11100000 | 11 | 10111101 | 0 | 1100011 | 10000 | 1100 | 100110110 | 1100001 | 101101 |
Color Harmonies of #E003BD
Complementary color
Monochromatic Colors of #E003BD
Black with #E003BD
Text Example
Text Example
White with #E003BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E003BD; }
p { color: rgb(224,3,189); }
H1.HeaderClassName
{
color: #E003BD;
}
.AnyTagClassName
{
color: #E003BD;
}
</style>
background-color css
<style>
a { background-color: #E003BD; }
a { background-color: rgb(224,3,189); }
div.DivClassName
{
background-color: #E003BD;
}
.BgClassName
{
background-color: #E003BD;
}
</style>
border-color css
<style>
span { border-color: #E003BD; }
span { border-color: rgb(224,3,189); }
td.TdClassName
{
border-color: #E003BD;
}
.TagClassName
{
border-color: #E003BD;
}
</style>