Shades of Deep Magenta #E005BF
Tints of Deep Magenta #E005BF
RGB
CMYK
RGB Variations
Color information
#E005BF (or 0xE005BF) is known color: Deep Magenta. HEX triplet: E0, 05 and BF. RGB value is (224,5,191). Sum of RGB (Red+Green+Blue) = 224+5+191=420 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.33% from 420); Green value is 5 (2.34% from 255 or 1.19% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 224 - color contains mainly: red. Hex color #E005BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E005BF is #1FFA40. Grayscale: #5B5B5B. Windows color (decimal): -2095681 or 12518880. OLE color: 12518880.
HSL color Cylindrical-coordinate representation of color #E005BF: hue angle of 309.04º 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 #E005BF is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 5 | 191 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.12 |
| HSL | 309.04º | 0.96% | 0.45% | - |
| HSV(B) | 309.04º | 0.98% | 0.88% | - |
| XYZ | 40.2 | 19.72 | 50.98 | - |
| YUV | 91.69 | 184.05 | 222.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 5 | 191 | 0 | 0.98 | 0.15 | 0.12 | 309.04 | 0.96 | 0.45 |
| Hex | E0 | 5 | BF | 0 | 62 | F | C | 135 | 60 | 2D |
| Octal | 340 | 5 | 277 | 0 | 142 | 17 | 14 | 465 | 140 | 55 |
| Binary | 11100000 | 101 | 10111111 | 0 | 1100010 | 1111 | 1100 | 100110101 | 1100000 | 101101 |
Color Harmonies of #E005BF
Complementary color
Monochromatic Colors of #E005BF
Black with #E005BF
Text Example
Text Example
White with #E005BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E005BF; }
p { color: rgb(224,5,191); }
H1.HeaderClassName
{
color: #E005BF;
}
.AnyTagClassName
{
color: #E005BF;
}
</style>
background-color css
<style>
a { background-color: #E005BF; }
a { background-color: rgb(224,5,191); }
div.DivClassName
{
background-color: #E005BF;
}
.BgClassName
{
background-color: #E005BF;
}
</style>
border-color css
<style>
span { border-color: #E005BF; }
span { border-color: rgb(224,5,191); }
td.TdClassName
{
border-color: #E005BF;
}
.TagClassName
{
border-color: #E005BF;
}
</style>