Shades of Dark Pink #E54C8A
Tints of Dark Pink #E54C8A
RGB
CMYK
RGB Variations
Color information
#E54C8A (or 0xE54C8A) is known color: Dark Pink. HEX triplet: E5, 4C and 8A. RGB value is (229,76,138). Sum of RGB (Red+Green+Blue) = 229+76+138=443 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.69% from 443); Green value is 76 (30.08% from 255 or 17.16% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 229 - color contains mainly: red. Hex color #E54C8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54C8A is #1AB375. Grayscale: #808080. Windows color (decimal): -1749878 or 9063653. OLE color: 9063653.
HSL color Cylindrical-coordinate representation of color #E54C8A: hue angle of 335.69º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E54C8A is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 76 | 138 | - |
| CMYK | 0 | 0.67 | 0.40 | 0.10 |
| HSL | 335.69º | 0.75% | 0.6% | - |
| HSV(B) | 335.69º | 0.67% | 0.9% | - |
| XYZ | 39.48 | 23.66 | 26.53 | - |
| YUV | 128.82 | 133.19 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 76 | 138 | 0 | 0.67 | 0.40 | 0.10 | 335.69 | 0.75 | 0.6 |
| Hex | E5 | 4C | 8A | 0 | 43 | 28 | A | 150 | 4B | 3C |
| Octal | 345 | 114 | 212 | 0 | 103 | 50 | 12 | 520 | 113 | 74 |
| Binary | 11100101 | 1001100 | 10001010 | 0 | 1000011 | 101000 | 1010 | 101010000 | 1001011 | 111100 |
Color Harmonies of #E54C8A
Complementary color
Monochromatic Colors of #E54C8A
Black with #E54C8A
Text Example
Text Example
White with #E54C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54C8A; }
p { color: rgb(229,76,138); }
H1.HeaderClassName
{
color: #E54C8A;
}
.AnyTagClassName
{
color: #E54C8A;
}
</style>
background-color css
<style>
a { background-color: #E54C8A; }
a { background-color: rgb(229,76,138); }
div.DivClassName
{
background-color: #E54C8A;
}
.BgClassName
{
background-color: #E54C8A;
}
</style>
border-color css
<style>
span { border-color: #E54C8A; }
span { border-color: rgb(229,76,138); }
td.TdClassName
{
border-color: #E54C8A;
}
.TagClassName
{
border-color: #E54C8A;
}
</style>