Shades of Dark Pink #E54C7E
Tints of Dark Pink #E54C7E
RGB
CMYK
RGB Variations
Color information
#E54C7E (or 0xE54C7E) is known color: Dark Pink. HEX triplet: E5, 4C and 7E. RGB value is (229,76,126). Sum of RGB (Red+Green+Blue) = 229+76+126=431 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.13% from 431); Green value is 76 (30.08% from 255 or 17.63% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 229 - color contains mainly: red. Hex color #E54C7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54C7E is #1AB381. Grayscale: #7F7F7F. Windows color (decimal): -1749890 or 8277221. OLE color: 8277221.
HSL color Cylindrical-coordinate representation of color #E54C7E: hue angle of 340.39º 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 #E54C7E is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 76 | 126 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.10 |
| HSL | 340.39º | 0.75% | 0.6% | - |
| HSV(B) | 340.39º | 0.67% | 0.9% | - |
| XYZ | 38.66 | 23.33 | 22.2 | - |
| YUV | 127.45 | 127.19 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 76 | 126 | 0 | 0.67 | 0.45 | 0.10 | 340.39 | 0.75 | 0.6 |
| Hex | E5 | 4C | 7E | 0 | 43 | 2D | A | 154 | 4B | 3C |
| Octal | 345 | 114 | 176 | 0 | 103 | 55 | 12 | 524 | 113 | 74 |
| Binary | 11100101 | 1001100 | 1111110 | 0 | 1000011 | 101101 | 1010 | 101010100 | 1001011 | 111100 |
Color Harmonies of #E54C7E
Complementary color
Monochromatic Colors of #E54C7E
Black with #E54C7E
Text Example
Text Example
White with #E54C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54C7E; }
p { color: rgb(229,76,126); }
H1.HeaderClassName
{
color: #E54C7E;
}
.AnyTagClassName
{
color: #E54C7E;
}
</style>
background-color css
<style>
a { background-color: #E54C7E; }
a { background-color: rgb(229,76,126); }
div.DivClassName
{
background-color: #E54C7E;
}
.BgClassName
{
background-color: #E54C7E;
}
</style>
border-color css
<style>
span { border-color: #E54C7E; }
span { border-color: rgb(229,76,126); }
td.TdClassName
{
border-color: #E54C7E;
}
.TagClassName
{
border-color: #E54C7E;
}
</style>