Shades of Deep Magenta #E005BC
Tints of Deep Magenta #E005BC
RGB
CMYK
RGB Variations
Color information
#E005BC (or 0xE005BC) is known color: Deep Magenta. HEX triplet: E0, 05 and BC. RGB value is (224,5,188). Sum of RGB (Red+Green+Blue) = 224+5+188=417 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.72% from 417); Green value is 5 (2.34% from 255 or 1.20% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 224 - color contains mainly: red. Hex color #E005BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E005BC is #1FFA43. Grayscale: #5A5A5A. Windows color (decimal): -2095684 or 12322272. OLE color: 12322272.
HSL color Cylindrical-coordinate representation of color #E005BC: hue angle of 309.86º 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 #E005BC is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 5 | 188 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.12 |
| HSL | 309.86º | 0.96% | 0.45% | - |
| HSV(B) | 309.86º | 0.98% | 0.88% | - |
| XYZ | 39.87 | 19.59 | 49.26 | - |
| YUV | 91.34 | 182.55 | 222.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 5 | 188 | 0 | 0.98 | 0.16 | 0.12 | 309.86 | 0.96 | 0.45 |
| Hex | E0 | 5 | BC | 0 | 62 | 10 | C | 136 | 60 | 2D |
| Octal | 340 | 5 | 274 | 0 | 142 | 20 | 14 | 466 | 140 | 55 |
| Binary | 11100000 | 101 | 10111100 | 0 | 1100010 | 10000 | 1100 | 100110110 | 1100000 | 101101 |
Color Harmonies of #E005BC
Complementary color
Monochromatic Colors of #E005BC
Black with #E005BC
Text Example
Text Example
White with #E005BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E005BC; }
p { color: rgb(224,5,188); }
H1.HeaderClassName
{
color: #E005BC;
}
.AnyTagClassName
{
color: #E005BC;
}
</style>
background-color css
<style>
a { background-color: #E005BC; }
a { background-color: rgb(224,5,188); }
div.DivClassName
{
background-color: #E005BC;
}
.BgClassName
{
background-color: #E005BC;
}
</style>
border-color css
<style>
span { border-color: #E005BC; }
span { border-color: rgb(224,5,188); }
td.TdClassName
{
border-color: #E005BC;
}
.TagClassName
{
border-color: #E005BC;
}
</style>