Shades of Dark Pink #E54B7D
Tints of Dark Pink #E54B7D
RGB
CMYK
RGB Variations
Color information
#E54B7D (or 0xE54B7D) is known color: Dark Pink. HEX triplet: E5, 4B and 7D. RGB value is (229,75,125). Sum of RGB (Red+Green+Blue) = 229+75+125=429 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.38% from 429); Green value is 75 (29.69% from 255 or 17.48% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 229 - color contains mainly: red. Hex color #E54B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54B7D is #1AB482. Grayscale: #7E7E7E. Windows color (decimal): -1750147 or 8211429. OLE color: 8211429.
HSL color Cylindrical-coordinate representation of color #E54B7D: hue angle of 340.52º 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 #E54B7D is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 75 | 125 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.10 |
| HSL | 340.52º | 0.75% | 0.6% | - |
| HSV(B) | 340.52º | 0.67% | 0.9% | - |
| XYZ | 38.53 | 23.17 | 21.84 | - |
| YUV | 126.75 | 127.02 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 75 | 125 | 0 | 0.67 | 0.45 | 0.10 | 340.52 | 0.75 | 0.6 |
| Hex | E5 | 4B | 7D | 0 | 43 | 2D | A | 155 | 4B | 3C |
| Octal | 345 | 113 | 175 | 0 | 103 | 55 | 12 | 525 | 113 | 74 |
| Binary | 11100101 | 1001011 | 1111101 | 0 | 1000011 | 101101 | 1010 | 101010101 | 1001011 | 111100 |
Color Harmonies of #E54B7D
Complementary color
Monochromatic Colors of #E54B7D
Black with #E54B7D
Text Example
Text Example
White with #E54B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54B7D; }
p { color: rgb(229,75,125); }
H1.HeaderClassName
{
color: #E54B7D;
}
.AnyTagClassName
{
color: #E54B7D;
}
</style>
background-color css
<style>
a { background-color: #E54B7D; }
a { background-color: rgb(229,75,125); }
div.DivClassName
{
background-color: #E54B7D;
}
.BgClassName
{
background-color: #E54B7D;
}
</style>
border-color css
<style>
span { border-color: #E54B7D; }
span { border-color: rgb(229,75,125); }
td.TdClassName
{
border-color: #E54B7D;
}
.TagClassName
{
border-color: #E54B7D;
}
</style>