Shades of Deep Magenta #E002BB
Tints of Deep Magenta #E002BB
RGB
CMYK
RGB Variations
Color information
#E002BB (or 0xE002BB) is known color: Deep Magenta. HEX triplet: E0, 02 and BB. RGB value is (224,2,187). Sum of RGB (Red+Green+Blue) = 224+2+187=413 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.24% from 413); Green value is 2 (1.17% from 255 or 0.48% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 224 - color contains mainly: red. Hex color #E002BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E002BB is #1FFD44. Grayscale: #585858. Windows color (decimal): -2096453 or 12255968. OLE color: 12255968.
HSL color Cylindrical-coordinate representation of color #E002BB: hue angle of 310º 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 #E002BB is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 2 | 187 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.12 |
| HSL | 310º | 0.98% | 0.44% | - |
| HSV(B) | 310º | 0.99% | 0.88% | - |
| XYZ | 39.73 | 19.48 | 48.68 | - |
| YUV | 89.47 | 183.05 | 223.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 2 | 187 | 0 | 0.99 | 0.17 | 0.12 | 310 | 0.98 | 0.44 |
| Hex | E0 | 2 | BB | 0 | 63 | 11 | C | 136 | 62 | 2C |
| Octal | 340 | 2 | 273 | 0 | 143 | 21 | 14 | 466 | 142 | 54 |
| Binary | 11100000 | 10 | 10111011 | 0 | 1100011 | 10001 | 1100 | 100110110 | 1100010 | 101100 |
Color Harmonies of #E002BB
Complementary color
Monochromatic Colors of #E002BB
Black with #E002BB
Text Example
Text Example
White with #E002BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E002BB; }
p { color: rgb(224,2,187); }
H1.HeaderClassName
{
color: #E002BB;
}
.AnyTagClassName
{
color: #E002BB;
}
</style>
background-color css
<style>
a { background-color: #E002BB; }
a { background-color: rgb(224,2,187); }
div.DivClassName
{
background-color: #E002BB;
}
.BgClassName
{
background-color: #E002BB;
}
</style>
border-color css
<style>
span { border-color: #E002BB; }
span { border-color: rgb(224,2,187); }
td.TdClassName
{
border-color: #E002BB;
}
.TagClassName
{
border-color: #E002BB;
}
</style>