Shades of Deep Pink #E51084
Tints of Deep Pink #E51084
RGB
CMYK
RGB Variations
Color information
#E51084 (or 0xE51084) is known color: Deep Pink. HEX triplet: E5, 10 and 84. RGB value is (229,16,132). Sum of RGB (Red+Green+Blue) = 229+16+132=377 (49% of max value = 765). Red value is 229 (89.84% from 255 or 60.74% from 377); Green value is 16 (6.64% from 255 or 4.24% from 377); Blue value is 132 (51.95% from 255 or 35.01% from 377); Max value from RGB is 229 - color contains mainly: red. Hex color #E51084 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E51084 is #1AEF7B. Grayscale: #5C5C5C. Windows color (decimal): -1765244 or 8655077. OLE color: 8655077.
HSL color Cylindrical-coordinate representation of color #E51084: hue angle of 327.32º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E51084 is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 16 | 132 | - |
| CMYK | 0 | 0.93 | 0.42 | 0.10 |
| HSL | 327.32º | 0.87% | 0.48% | - |
| HSV(B) | 327.32º | 0.93% | 0.9% | - |
| XYZ | 36.66 | 18.69 | 23.51 | - |
| YUV | 92.91 | 150.07 | 225.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 16 | 132 | 0 | 0.93 | 0.42 | 0.10 | 327.32 | 0.87 | 0.48 |
| Hex | E5 | 10 | 84 | 0 | 5D | 2A | A | 147 | 57 | 30 |
| Octal | 345 | 20 | 204 | 0 | 135 | 52 | 12 | 507 | 127 | 60 |
| Binary | 11100101 | 10000 | 10000100 | 0 | 1011101 | 101010 | 1010 | 101000111 | 1010111 | 110000 |
Color Harmonies of #E51084
Complementary color
Monochromatic Colors of #E51084
Black with #E51084
Text Example
Text Example
White with #E51084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51084; }
p { color: rgb(229,16,132); }
H1.HeaderClassName
{
color: #E51084;
}
.AnyTagClassName
{
color: #E51084;
}
</style>
background-color css
<style>
a { background-color: #E51084; }
a { background-color: rgb(229,16,132); }
div.DivClassName
{
background-color: #E51084;
}
.BgClassName
{
background-color: #E51084;
}
</style>
border-color css
<style>
span { border-color: #E51084; }
span { border-color: rgb(229,16,132); }
td.TdClassName
{
border-color: #E51084;
}
.TagClassName
{
border-color: #E51084;
}
</style>