Shades of Dark Pink #E54886
Tints of Dark Pink #E54886
RGB
CMYK
RGB Variations
Color information
#E54886 (or 0xE54886) is known color: Dark Pink. HEX triplet: E5, 48 and 86. RGB value is (229,72,134). Sum of RGB (Red+Green+Blue) = 229+72+134=435 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.64% from 435); Green value is 72 (28.52% from 255 or 16.55% from 435); Blue value is 134 (52.73% from 255 or 30.80% from 435); Max value from RGB is 229 - color contains mainly: red. Hex color #E54886 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54886 is #1AB779. Grayscale: #7D7D7D. Windows color (decimal): -1750906 or 8800485. OLE color: 8800485.
HSL color Cylindrical-coordinate representation of color #E54886: hue angle of 336.31º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E54886 is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 72 | 134 | - |
| CMYK | 0 | 0.69 | 0.41 | 0.10 |
| HSL | 336.31º | 0.75% | 0.59% | - |
| HSV(B) | 336.31º | 0.69% | 0.9% | - |
| XYZ | 38.93 | 23.01 | 24.94 | - |
| YUV | 126.01 | 132.51 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 72 | 134 | 0 | 0.69 | 0.41 | 0.10 | 336.31 | 0.75 | 0.59 |
| Hex | E5 | 48 | 86 | 0 | 45 | 29 | A | 150 | 4B | 3B |
| Octal | 345 | 110 | 206 | 0 | 105 | 51 | 12 | 520 | 113 | 73 |
| Binary | 11100101 | 1001000 | 10000110 | 0 | 1000101 | 101001 | 1010 | 101010000 | 1001011 | 111011 |
Color Harmonies of #E54886
Complementary color
Monochromatic Colors of #E54886
Black with #E54886
Text Example
Text Example
White with #E54886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54886; }
p { color: rgb(229,72,134); }
H1.HeaderClassName
{
color: #E54886;
}
.AnyTagClassName
{
color: #E54886;
}
</style>
background-color css
<style>
a { background-color: #E54886; }
a { background-color: rgb(229,72,134); }
div.DivClassName
{
background-color: #E54886;
}
.BgClassName
{
background-color: #E54886;
}
</style>
border-color css
<style>
span { border-color: #E54886; }
span { border-color: rgb(229,72,134); }
td.TdClassName
{
border-color: #E54886;
}
.TagClassName
{
border-color: #E54886;
}
</style>