Shades of Deep Magenta #E002BE
Tints of Deep Magenta #E002BE
RGB
CMYK
RGB Variations
Color information
#E002BE (or 0xE002BE) is known color: Deep Magenta. HEX triplet: E0, 02 and BE. RGB value is (224,2,190). Sum of RGB (Red+Green+Blue) = 224+2+190=416 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.85% from 416); Green value is 2 (1.17% from 255 or 0.48% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 224 - color contains mainly: red. Hex color #E002BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E002BE is #1FFD41. Grayscale: #595959. Windows color (decimal): -2096450 or 12452576. OLE color: 12452576.
HSL color Cylindrical-coordinate representation of color #E002BE: hue angle of 309.19º 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 #E002BE is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 2 | 190 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.12 |
| HSL | 309.19º | 0.98% | 0.44% | - |
| HSV(B) | 309.19º | 0.99% | 0.88% | - |
| XYZ | 40.06 | 19.61 | 50.39 | - |
| YUV | 89.81 | 184.55 | 223.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 2 | 190 | 0 | 0.99 | 0.15 | 0.12 | 309.19 | 0.98 | 0.44 |
| Hex | E0 | 2 | BE | 0 | 63 | F | C | 135 | 62 | 2C |
| Octal | 340 | 2 | 276 | 0 | 143 | 17 | 14 | 465 | 142 | 54 |
| Binary | 11100000 | 10 | 10111110 | 0 | 1100011 | 1111 | 1100 | 100110101 | 1100010 | 101100 |
Color Harmonies of #E002BE
Complementary color
Monochromatic Colors of #E002BE
Black with #E002BE
Text Example
Text Example
White with #E002BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E002BE; }
p { color: rgb(224,2,190); }
H1.HeaderClassName
{
color: #E002BE;
}
.AnyTagClassName
{
color: #E002BE;
}
</style>
background-color css
<style>
a { background-color: #E002BE; }
a { background-color: rgb(224,2,190); }
div.DivClassName
{
background-color: #E002BE;
}
.BgClassName
{
background-color: #E002BE;
}
</style>
border-color css
<style>
span { border-color: #E002BE; }
span { border-color: rgb(224,2,190); }
td.TdClassName
{
border-color: #E002BE;
}
.TagClassName
{
border-color: #E002BE;
}
</style>