Shades of Dark Pink #E54D7B
Tints of Dark Pink #E54D7B
RGB
CMYK
RGB Variations
Color information
#E54D7B (or 0xE54D7B) is known color: Dark Pink. HEX triplet: E5, 4D and 7B. RGB value is (229,77,123). Sum of RGB (Red+Green+Blue) = 229+77+123=429 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.38% from 429); Green value is 77 (30.47% from 255 or 17.95% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 229 - color contains mainly: red. Hex color #E54D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E54D7B is #1AB284. Grayscale: #7F7F7F. Windows color (decimal): -1749637 or 8080869. OLE color: 8080869.
HSL color Cylindrical-coordinate representation of color #E54D7B: hue angle of 341.84º 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 #E54D7B is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 77 | 123 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.10 |
| HSL | 341.84º | 0.75% | 0.6% | - |
| HSV(B) | 341.84º | 0.66% | 0.9% | - |
| XYZ | 38.54 | 23.4 | 21.22 | - |
| YUV | 127.69 | 125.36 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 77 | 123 | 0 | 0.66 | 0.46 | 0.10 | 341.84 | 0.75 | 0.6 |
| Hex | E5 | 4D | 7B | 0 | 42 | 2E | A | 156 | 4B | 3C |
| Octal | 345 | 115 | 173 | 0 | 102 | 56 | 12 | 526 | 113 | 74 |
| Binary | 11100101 | 1001101 | 1111011 | 0 | 1000010 | 101110 | 1010 | 101010110 | 1001011 | 111100 |
Color Harmonies of #E54D7B
Complementary color
Monochromatic Colors of #E54D7B
Black with #E54D7B
Text Example
Text Example
White with #E54D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54D7B; }
p { color: rgb(229,77,123); }
H1.HeaderClassName
{
color: #E54D7B;
}
.AnyTagClassName
{
color: #E54D7B;
}
</style>
background-color css
<style>
a { background-color: #E54D7B; }
a { background-color: rgb(229,77,123); }
div.DivClassName
{
background-color: #E54D7B;
}
.BgClassName
{
background-color: #E54D7B;
}
</style>
border-color css
<style>
span { border-color: #E54D7B; }
span { border-color: rgb(229,77,123); }
td.TdClassName
{
border-color: #E54D7B;
}
.TagClassName
{
border-color: #E54D7B;
}
</style>