Shades of Dark Pink #E54A7B
Tints of Dark Pink #E54A7B
RGB
CMYK
RGB Variations
Color information
#E54A7B (or 0xE54A7B) is known color: Dark Pink. HEX triplet: E5, 4A and 7B. RGB value is (229,74,123). Sum of RGB (Red+Green+Blue) = 229+74+123=426 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.76% from 426); Green value is 74 (29.30% from 255 or 17.37% from 426); Blue value is 123 (48.44% from 255 or 28.87% from 426); Max value from RGB is 229 - color contains mainly: red. Hex color #E54A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54A7B is #1AB584. Grayscale: #7D7D7D. Windows color (decimal): -1750405 or 8080101. OLE color: 8080101.
HSL color Cylindrical-coordinate representation of color #E54A7B: hue angle of 341.03º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E54A7B is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 74 | 123 | - |
| CMYK | 0 | 0.68 | 0.46 | 0.10 |
| HSL | 341.03º | 0.75% | 0.59% | - |
| HSV(B) | 341.03º | 0.68% | 0.9% | - |
| XYZ | 38.34 | 22.99 | 21.15 | - |
| YUV | 125.93 | 126.35 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 74 | 123 | 0 | 0.68 | 0.46 | 0.10 | 341.03 | 0.75 | 0.59 |
| Hex | E5 | 4A | 7B | 0 | 44 | 2E | A | 155 | 4B | 3B |
| Octal | 345 | 112 | 173 | 0 | 104 | 56 | 12 | 525 | 113 | 73 |
| Binary | 11100101 | 1001010 | 1111011 | 0 | 1000100 | 101110 | 1010 | 101010101 | 1001011 | 111011 |
Color Harmonies of #E54A7B
Complementary color
Monochromatic Colors of #E54A7B
Black with #E54A7B
Text Example
Text Example
White with #E54A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54A7B; }
p { color: rgb(229,74,123); }
H1.HeaderClassName
{
color: #E54A7B;
}
.AnyTagClassName
{
color: #E54A7B;
}
</style>
background-color css
<style>
a { background-color: #E54A7B; }
a { background-color: rgb(229,74,123); }
div.DivClassName
{
background-color: #E54A7B;
}
.BgClassName
{
background-color: #E54A7B;
}
</style>
border-color css
<style>
span { border-color: #E54A7B; }
span { border-color: rgb(229,74,123); }
td.TdClassName
{
border-color: #E54A7B;
}
.TagClassName
{
border-color: #E54A7B;
}
</style>