Shades of Dark Pink #E54F7C
Tints of Dark Pink #E54F7C
RGB
CMYK
RGB Variations
Color information
#E54F7C (or 0xE54F7C) is known color: Dark Pink. HEX triplet: E5, 4F and 7C. RGB value is (229,79,124). Sum of RGB (Red+Green+Blue) = 229+79+124=432 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.01% from 432); Green value is 79 (31.25% from 255 or 18.29% from 432); Blue value is 124 (48.83% from 255 or 28.70% from 432); Max value from RGB is 229 - color contains mainly: red. Hex color #E54F7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E54F7C is #1AB083. Grayscale: #808080. Windows color (decimal): -1749124 or 8146917. OLE color: 8146917.
HSL color Cylindrical-coordinate representation of color #E54F7C: hue angle of 342º degrees, saturation: 0.74, 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 #E54F7C is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 79 | 124 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.10 |
| HSL | 342º | 0.74% | 0.6% | - |
| HSV(B) | 342º | 0.66% | 0.9% | - |
| XYZ | 38.75 | 23.71 | 21.6 | - |
| YUV | 128.98 | 125.2 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 79 | 124 | 0 | 0.66 | 0.46 | 0.10 | 342 | 0.74 | 0.6 |
| Hex | E5 | 4F | 7C | 0 | 42 | 2E | A | 156 | 4A | 3C |
| Octal | 345 | 117 | 174 | 0 | 102 | 56 | 12 | 526 | 112 | 74 |
| Binary | 11100101 | 1001111 | 1111100 | 0 | 1000010 | 101110 | 1010 | 101010110 | 1001010 | 111100 |
Color Harmonies of #E54F7C
Complementary color
Monochromatic Colors of #E54F7C
Black with #E54F7C
Text Example
Text Example
White with #E54F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54F7C; }
p { color: rgb(229,79,124); }
H1.HeaderClassName
{
color: #E54F7C;
}
.AnyTagClassName
{
color: #E54F7C;
}
</style>
background-color css
<style>
a { background-color: #E54F7C; }
a { background-color: rgb(229,79,124); }
div.DivClassName
{
background-color: #E54F7C;
}
.BgClassName
{
background-color: #E54F7C;
}
</style>
border-color css
<style>
span { border-color: #E54F7C; }
span { border-color: rgb(229,79,124); }
td.TdClassName
{
border-color: #E54F7C;
}
.TagClassName
{
border-color: #E54F7C;
}
</style>