Shades of Dark Pink #E54C7D
Tints of Dark Pink #E54C7D
RGB
CMYK
RGB Variations
Color information
#E54C7D (or 0xE54C7D) is known color: Dark Pink. HEX triplet: E5, 4C and 7D. RGB value is (229,76,125). Sum of RGB (Red+Green+Blue) = 229+76+125=430 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.26% from 430); Green value is 76 (30.08% from 255 or 17.67% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 229 - color contains mainly: red. Hex color #E54C7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54C7D is #1AB382. Grayscale: #7F7F7F. Windows color (decimal): -1749891 or 8211685. OLE color: 8211685.
HSL color Cylindrical-coordinate representation of color #E54C7D: hue angle of 340.78º 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 #E54C7D is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 76 | 125 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.10 |
| HSL | 340.78º | 0.75% | 0.6% | - |
| HSV(B) | 340.78º | 0.67% | 0.9% | - |
| XYZ | 38.6 | 23.31 | 21.87 | - |
| YUV | 127.33 | 126.69 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 76 | 125 | 0 | 0.67 | 0.45 | 0.10 | 340.78 | 0.75 | 0.6 |
| Hex | E5 | 4C | 7D | 0 | 43 | 2D | A | 155 | 4B | 3C |
| Octal | 345 | 114 | 175 | 0 | 103 | 55 | 12 | 525 | 113 | 74 |
| Binary | 11100101 | 1001100 | 1111101 | 0 | 1000011 | 101101 | 1010 | 101010101 | 1001011 | 111100 |
Color Harmonies of #E54C7D
Complementary color
Monochromatic Colors of #E54C7D
Black with #E54C7D
Text Example
Text Example
White with #E54C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54C7D; }
p { color: rgb(229,76,125); }
H1.HeaderClassName
{
color: #E54C7D;
}
.AnyTagClassName
{
color: #E54C7D;
}
</style>
background-color css
<style>
a { background-color: #E54C7D; }
a { background-color: rgb(229,76,125); }
div.DivClassName
{
background-color: #E54C7D;
}
.BgClassName
{
background-color: #E54C7D;
}
</style>
border-color css
<style>
span { border-color: #E54C7D; }
span { border-color: rgb(229,76,125); }
td.TdClassName
{
border-color: #E54C7D;
}
.TagClassName
{
border-color: #E54C7D;
}
</style>