Shades of Deep Magenta #E51BDF
Tints of Deep Magenta #E51BDF
RGB
CMYK
RGB Variations
Color information
#E51BDF (or 0xE51BDF) is known color: Deep Magenta. HEX triplet: E5, 1B and DF. RGB value is (229,27,223). Sum of RGB (Red+Green+Blue) = 229+27+223=479 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.81% from 479); Green value is 27 (10.94% from 255 or 5.64% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 229 - color contains mainly: red. Hex color #E51BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E51BDF is #1AE420. Grayscale: #6D6D6D. Windows color (decimal): -1762337 or 14621669. OLE color: 14621669.
HSL color Cylindrical-coordinate representation of color #E51BDF: hue angle of 301.78º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E51BDF is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 27 | 223 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.10 |
| HSL | 301.78º | 0.8% | 0.5% | - |
| HSV(B) | 301.78º | 0.88% | 0.9% | - |
| XYZ | 46.02 | 22.77 | 71.78 | - |
| YUV | 109.74 | 191.92 | 213.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 27 | 223 | 0 | 0.88 | 0.03 | 0.10 | 301.78 | 0.8 | 0.5 |
| Hex | E5 | 1B | DF | 0 | 58 | 3 | A | 12E | 50 | 32 |
| Octal | 345 | 33 | 337 | 0 | 130 | 3 | 12 | 456 | 120 | 62 |
| Binary | 11100101 | 11011 | 11011111 | 0 | 1011000 | 11 | 1010 | 100101110 | 1010000 | 110010 |
Color Harmonies of #E51BDF
Complementary color
Monochromatic Colors of #E51BDF
Black with #E51BDF
Text Example
Text Example
White with #E51BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51BDF; }
p { color: rgb(229,27,223); }
H1.HeaderClassName
{
color: #E51BDF;
}
.AnyTagClassName
{
color: #E51BDF;
}
</style>
background-color css
<style>
a { background-color: #E51BDF; }
a { background-color: rgb(229,27,223); }
div.DivClassName
{
background-color: #E51BDF;
}
.BgClassName
{
background-color: #E51BDF;
}
</style>
border-color css
<style>
span { border-color: #E51BDF; }
span { border-color: rgb(229,27,223); }
td.TdClassName
{
border-color: #E51BDF;
}
.TagClassName
{
border-color: #E51BDF;
}
</style>