Shades of Deep Magenta #E007BD
Tints of Deep Magenta #E007BD
RGB
CMYK
RGB Variations
Color information
#E007BD (or 0xE007BD) is known color: Deep Magenta. HEX triplet: E0, 07 and BD. RGB value is (224,7,189). Sum of RGB (Red+Green+Blue) = 224+7+189=420 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.33% from 420); Green value is 7 (3.12% from 255 or 1.67% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 224 - color contains mainly: red. Hex color #E007BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E007BD is #1FF842. Grayscale: #5C5C5C. Windows color (decimal): -2095171 or 12388320. OLE color: 12388320.
HSL color Cylindrical-coordinate representation of color #E007BD: hue angle of 309.68º 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 #E007BD is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 7 | 189 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.12 |
| HSL | 309.68º | 0.94% | 0.45% | - |
| HSV(B) | 309.68º | 0.97% | 0.88% | - |
| XYZ | 40 | 19.67 | 49.83 | - |
| YUV | 92.63 | 182.39 | 221.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 7 | 189 | 0 | 0.97 | 0.16 | 0.12 | 309.68 | 0.94 | 0.45 |
| Hex | E0 | 7 | BD | 0 | 61 | 10 | C | 136 | 5E | 2D |
| Octal | 340 | 7 | 275 | 0 | 141 | 20 | 14 | 466 | 136 | 55 |
| Binary | 11100000 | 111 | 10111101 | 0 | 1100001 | 10000 | 1100 | 100110110 | 1011110 | 101101 |
Color Harmonies of #E007BD
Complementary color
Monochromatic Colors of #E007BD
Black with #E007BD
Text Example
Text Example
White with #E007BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E007BD; }
p { color: rgb(224,7,189); }
H1.HeaderClassName
{
color: #E007BD;
}
.AnyTagClassName
{
color: #E007BD;
}
</style>
background-color css
<style>
a { background-color: #E007BD; }
a { background-color: rgb(224,7,189); }
div.DivClassName
{
background-color: #E007BD;
}
.BgClassName
{
background-color: #E007BD;
}
</style>
border-color css
<style>
span { border-color: #E007BD; }
span { border-color: rgb(224,7,189); }
td.TdClassName
{
border-color: #E007BD;
}
.TagClassName
{
border-color: #E007BD;
}
</style>