Shades of Deep Magenta #E005BE
Tints of Deep Magenta #E005BE
RGB
CMYK
RGB Variations
Color information
#E005BE (or 0xE005BE) is known color: Deep Magenta. HEX triplet: E0, 05 and BE. RGB value is (224,5,190). Sum of RGB (Red+Green+Blue) = 224+5+190=419 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.46% from 419); Green value is 5 (2.34% from 255 or 1.19% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 224 - color contains mainly: red. Hex color #E005BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E005BE is #1FFA41. Grayscale: #5B5B5B. Windows color (decimal): -2095682 or 12453344. OLE color: 12453344.
HSL color Cylindrical-coordinate representation of color #E005BE: hue angle of 309.32º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E005BE is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 5 | 190 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.12 |
| HSL | 309.32º | 0.96% | 0.45% | - |
| HSV(B) | 309.32º | 0.98% | 0.88% | - |
| XYZ | 40.09 | 19.67 | 50.4 | - |
| YUV | 91.57 | 183.55 | 222.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 5 | 190 | 0 | 0.98 | 0.15 | 0.12 | 309.32 | 0.96 | 0.45 |
| Hex | E0 | 5 | BE | 0 | 62 | F | C | 135 | 60 | 2D |
| Octal | 340 | 5 | 276 | 0 | 142 | 17 | 14 | 465 | 140 | 55 |
| Binary | 11100000 | 101 | 10111110 | 0 | 1100010 | 1111 | 1100 | 100110101 | 1100000 | 101101 |
Color Harmonies of #E005BE
Complementary color
Monochromatic Colors of #E005BE
Black with #E005BE
Text Example
Text Example
White with #E005BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E005BE; }
p { color: rgb(224,5,190); }
H1.HeaderClassName
{
color: #E005BE;
}
.AnyTagClassName
{
color: #E005BE;
}
</style>
background-color css
<style>
a { background-color: #E005BE; }
a { background-color: rgb(224,5,190); }
div.DivClassName
{
background-color: #E005BE;
}
.BgClassName
{
background-color: #E005BE;
}
</style>
border-color css
<style>
span { border-color: #E005BE; }
span { border-color: rgb(224,5,190); }
td.TdClassName
{
border-color: #E005BE;
}
.TagClassName
{
border-color: #E005BE;
}
</style>