Shades of Deep Magenta #E002BD
Tints of Deep Magenta #E002BD
RGB
CMYK
RGB Variations
Color information
#E002BD (or 0xE002BD) is known color: Deep Magenta. HEX triplet: E0, 02 and BD. RGB value is (224,2,189). Sum of RGB (Red+Green+Blue) = 224+2+189=415 (54% of max value = 765). Red value is 224 (87.89% from 255 or 53.98% from 415); Green value is 2 (1.17% from 255 or 0.48% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 224 - color contains mainly: red. Hex color #E002BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E002BD is #1FFD42. Grayscale: #595959. Windows color (decimal): -2096451 or 12387040. OLE color: 12387040.
HSL color Cylindrical-coordinate representation of color #E002BD: hue angle of 309.46º 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 #E002BD is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 2 | 189 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.12 |
| HSL | 309.46º | 0.98% | 0.44% | - |
| HSV(B) | 309.46º | 0.99% | 0.88% | - |
| XYZ | 39.95 | 19.56 | 49.82 | - |
| YUV | 89.7 | 184.05 | 223.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 2 | 189 | 0 | 0.99 | 0.16 | 0.12 | 309.46 | 0.98 | 0.44 |
| Hex | E0 | 2 | BD | 0 | 63 | 10 | C | 135 | 62 | 2C |
| Octal | 340 | 2 | 275 | 0 | 143 | 20 | 14 | 465 | 142 | 54 |
| Binary | 11100000 | 10 | 10111101 | 0 | 1100011 | 10000 | 1100 | 100110101 | 1100010 | 101100 |
Color Harmonies of #E002BD
Complementary color
Monochromatic Colors of #E002BD
Black with #E002BD
Text Example
Text Example
White with #E002BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E002BD; }
p { color: rgb(224,2,189); }
H1.HeaderClassName
{
color: #E002BD;
}
.AnyTagClassName
{
color: #E002BD;
}
</style>
background-color css
<style>
a { background-color: #E002BD; }
a { background-color: rgb(224,2,189); }
div.DivClassName
{
background-color: #E002BD;
}
.BgClassName
{
background-color: #E002BD;
}
</style>
border-color css
<style>
span { border-color: #E002BD; }
span { border-color: rgb(224,2,189); }
td.TdClassName
{
border-color: #E002BD;
}
.TagClassName
{
border-color: #E002BD;
}
</style>