Shades of Dark Pink #E54B7A
Tints of Dark Pink #E54B7A
RGB
CMYK
RGB Variations
Color information
#E54B7A (or 0xE54B7A) is known color: Dark Pink. HEX triplet: E5, 4B and 7A. RGB value is (229,75,122). Sum of RGB (Red+Green+Blue) = 229+75+122=426 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.76% from 426); Green value is 75 (29.69% from 255 or 17.61% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 229 - color contains mainly: red. Hex color #E54B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54B7A is #1AB485. Grayscale: #7E7E7E. Windows color (decimal): -1750150 or 8014821. OLE color: 8014821.
HSL color Cylindrical-coordinate representation of color #E54B7A: hue angle of 341.69º 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 #E54B7A is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 75 | 122 | - |
| CMYK | 0 | 0.67 | 0.47 | 0.10 |
| HSL | 341.69º | 0.75% | 0.6% | - |
| HSV(B) | 341.69º | 0.67% | 0.9% | - |
| XYZ | 38.34 | 23.1 | 20.85 | - |
| YUV | 126.4 | 125.52 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 75 | 122 | 0 | 0.67 | 0.47 | 0.10 | 341.69 | 0.75 | 0.6 |
| Hex | E5 | 4B | 7A | 0 | 43 | 2F | A | 156 | 4B | 3C |
| Octal | 345 | 113 | 172 | 0 | 103 | 57 | 12 | 526 | 113 | 74 |
| Binary | 11100101 | 1001011 | 1111010 | 0 | 1000011 | 101111 | 1010 | 101010110 | 1001011 | 111100 |
Color Harmonies of #E54B7A
Complementary color
Monochromatic Colors of #E54B7A
Black with #E54B7A
Text Example
Text Example
White with #E54B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54B7A; }
p { color: rgb(229,75,122); }
H1.HeaderClassName
{
color: #E54B7A;
}
.AnyTagClassName
{
color: #E54B7A;
}
</style>
background-color css
<style>
a { background-color: #E54B7A; }
a { background-color: rgb(229,75,122); }
div.DivClassName
{
background-color: #E54B7A;
}
.BgClassName
{
background-color: #E54B7A;
}
</style>
border-color css
<style>
span { border-color: #E54B7A; }
span { border-color: rgb(229,75,122); }
td.TdClassName
{
border-color: #E54B7A;
}
.TagClassName
{
border-color: #E54B7A;
}
</style>