Shades of Deep Magenta #E000BE
Tints of Deep Magenta #E000BE
RGB
CMYK
RGB Variations
Color information
#E000BE (or 0xE000BE) is known color: Deep Magenta. HEX triplet: E0, 00 and BE. RGB value is (224,0,190). Sum of RGB (Red+Green+Blue) = 224+0+190=414 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.11% from 414); Green value is 0 (0.39% from 255 or 0% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 224 - color contains mainly: red. Hex color #E000BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E000BE is #1FFF41. Grayscale: #585858. Windows color (decimal): -2096962 or 12452064. OLE color: 12452064.
HSL color Cylindrical-coordinate representation of color #E000BE: hue angle of 309.11º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E000BE is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 0 | 190 | - |
| CMYK | 0 | 1 | 0.15 | 0.12 |
| HSL | 309.11º | 1% | 0.44% | - |
| HSV(B) | 309.11º | 1% | 0.88% | - |
| XYZ | 40.03 | 19.57 | 50.38 | - |
| YUV | 88.64 | 185.21 | 224.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 190 | 0 | 1 | 0.15 | 0.12 | 309.11 | 1 | 0.44 |
| Hex | E0 | 0 | BE | 0 | 64 | F | C | 135 | 64 | 2C |
| Octal | 340 | 0 | 276 | 0 | 144 | 17 | 14 | 465 | 144 | 54 |
| Binary | 11100000 | 0 | 10111110 | 0 | 1100100 | 1111 | 1100 | 100110101 | 1100100 | 101100 |
Color Harmonies of #E000BE
Complementary color
Monochromatic Colors of #E000BE
Black with #E000BE
Text Example
Text Example
White with #E000BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E000BE; }
p { color: rgb(224,0,190); }
H1.HeaderClassName
{
color: #E000BE;
}
.AnyTagClassName
{
color: #E000BE;
}
</style>
background-color css
<style>
a { background-color: #E000BE; }
a { background-color: rgb(224,0,190); }
div.DivClassName
{
background-color: #E000BE;
}
.BgClassName
{
background-color: #E000BE;
}
</style>
border-color css
<style>
span { border-color: #E000BE; }
span { border-color: rgb(224,0,190); }
td.TdClassName
{
border-color: #E000BE;
}
.TagClassName
{
border-color: #E000BE;
}
</style>