Shades of Deep Magenta #E007BC
Tints of Deep Magenta #E007BC
RGB
CMYK
RGB Variations
Color information
#E007BC (or 0xE007BC) is known color: Deep Magenta. HEX triplet: E0, 07 and BC. RGB value is (224,7,188). Sum of RGB (Red+Green+Blue) = 224+7+188=419 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.46% from 419); Green value is 7 (3.12% from 255 or 1.67% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 224 - color contains mainly: red. Hex color #E007BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E007BC is #1FF843. Grayscale: #5C5C5C. Windows color (decimal): -2095172 or 12322784. OLE color: 12322784.
HSL color Cylindrical-coordinate representation of color #E007BC: hue angle of 309.95º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E007BC is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 7 | 188 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.12 |
| HSL | 309.95º | 0.94% | 0.45% | - |
| HSV(B) | 309.95º | 0.97% | 0.88% | - |
| XYZ | 39.89 | 19.63 | 49.26 | - |
| YUV | 92.52 | 181.89 | 221.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 7 | 188 | 0 | 0.97 | 0.16 | 0.12 | 309.95 | 0.94 | 0.45 |
| Hex | E0 | 7 | BC | 0 | 61 | 10 | C | 136 | 5E | 2D |
| Octal | 340 | 7 | 274 | 0 | 141 | 20 | 14 | 466 | 136 | 55 |
| Binary | 11100000 | 111 | 10111100 | 0 | 1100001 | 10000 | 1100 | 100110110 | 1011110 | 101101 |
Color Harmonies of #E007BC
Complementary color
Monochromatic Colors of #E007BC
Black with #E007BC
Text Example
Text Example
White with #E007BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E007BC; }
p { color: rgb(224,7,188); }
H1.HeaderClassName
{
color: #E007BC;
}
.AnyTagClassName
{
color: #E007BC;
}
</style>
background-color css
<style>
a { background-color: #E007BC; }
a { background-color: rgb(224,7,188); }
div.DivClassName
{
background-color: #E007BC;
}
.BgClassName
{
background-color: #E007BC;
}
</style>
border-color css
<style>
span { border-color: #E007BC; }
span { border-color: rgb(224,7,188); }
td.TdClassName
{
border-color: #E007BC;
}
.TagClassName
{
border-color: #E007BC;
}
</style>