Shades of Dark Pink #E55A7C
Tints of Dark Pink #E55A7C
RGB
CMYK
RGB Variations
Color information
#E55A7C (or 0xE55A7C) is known color: Dark Pink. HEX triplet: E5, 5A and 7C. RGB value is (229,90,124). Sum of RGB (Red+Green+Blue) = 229+90+124=443 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.69% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 229 - color contains mainly: red. Hex color #E55A7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55A7C is #1AA583. Grayscale: #878787. Windows color (decimal): -1746308 or 8149733. OLE color: 8149733.
HSL color Cylindrical-coordinate representation of color #E55A7C: hue angle of 345.32º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E55A7C is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 90 | 124 | - |
| CMYK | 0 | 0.61 | 0.46 | 0.10 |
| HSL | 345.32º | 0.73% | 0.63% | - |
| HSV(B) | 345.32º | 0.61% | 0.9% | - |
| XYZ | 39.61 | 25.43 | 21.89 | - |
| YUV | 135.44 | 121.55 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 90 | 124 | 0 | 0.61 | 0.46 | 0.10 | 345.32 | 0.73 | 0.63 |
| Hex | E5 | 5A | 7C | 0 | 3D | 2E | A | 159 | 49 | 3F |
| Octal | 345 | 132 | 174 | 0 | 75 | 56 | 12 | 531 | 111 | 77 |
| Binary | 11100101 | 1011010 | 1111100 | 0 | 111101 | 101110 | 1010 | 101011001 | 1001001 | 111111 |
Color Harmonies of #E55A7C
Complementary color
Monochromatic Colors of #E55A7C
Black with #E55A7C
Text Example
Text Example
White with #E55A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55A7C; }
p { color: rgb(229,90,124); }
H1.HeaderClassName
{
color: #E55A7C;
}
.AnyTagClassName
{
color: #E55A7C;
}
</style>
background-color css
<style>
a { background-color: #E55A7C; }
a { background-color: rgb(229,90,124); }
div.DivClassName
{
background-color: #E55A7C;
}
.BgClassName
{
background-color: #E55A7C;
}
</style>
border-color css
<style>
span { border-color: #E55A7C; }
span { border-color: rgb(229,90,124); }
td.TdClassName
{
border-color: #E55A7C;
}
.TagClassName
{
border-color: #E55A7C;
}
</style>