Shades of Dark Pink #E54D8C
Tints of Dark Pink #E54D8C
RGB
CMYK
RGB Variations
Color information
#E54D8C (or 0xE54D8C) is known color: Dark Pink. HEX triplet: E5, 4D and 8C. RGB value is (229,77,140). Sum of RGB (Red+Green+Blue) = 229+77+140=446 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.35% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 140 (55.08% from 255 or 31.39% from 446); Max value from RGB is 229 - color contains mainly: red. Hex color #E54D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E54D8C is #1AB273. Grayscale: #818181. Windows color (decimal): -1749620 or 9194981. OLE color: 9194981.
HSL color Cylindrical-coordinate representation of color #E54D8C: hue angle of 335.13º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E54D8C is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 77 | 140 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.10 |
| HSL | 335.13º | 0.75% | 0.6% | - |
| HSV(B) | 335.13º | 0.66% | 0.9% | - |
| XYZ | 39.7 | 23.86 | 27.32 | - |
| YUV | 129.63 | 133.86 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 77 | 140 | 0 | 0.66 | 0.39 | 0.10 | 335.13 | 0.75 | 0.6 |
| Hex | E5 | 4D | 8C | 0 | 42 | 27 | A | 14F | 4B | 3C |
| Octal | 345 | 115 | 214 | 0 | 102 | 47 | 12 | 517 | 113 | 74 |
| Binary | 11100101 | 1001101 | 10001100 | 0 | 1000010 | 100111 | 1010 | 101001111 | 1001011 | 111100 |
Color Harmonies of #E54D8C
Complementary color
Monochromatic Colors of #E54D8C
Black with #E54D8C
Text Example
Text Example
White with #E54D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54D8C; }
p { color: rgb(229,77,140); }
H1.HeaderClassName
{
color: #E54D8C;
}
.AnyTagClassName
{
color: #E54D8C;
}
</style>
background-color css
<style>
a { background-color: #E54D8C; }
a { background-color: rgb(229,77,140); }
div.DivClassName
{
background-color: #E54D8C;
}
.BgClassName
{
background-color: #E54D8C;
}
</style>
border-color css
<style>
span { border-color: #E54D8C; }
span { border-color: rgb(229,77,140); }
td.TdClassName
{
border-color: #E54D8C;
}
.TagClassName
{
border-color: #E54D8C;
}
</style>