Shades of Dark Pink #E5577B
Tints of Dark Pink #E5577B
RGB
CMYK
RGB Variations
Color information
#E5577B (or 0xE5577B) is known color: Dark Pink. HEX triplet: E5, 57 and 7B. RGB value is (229,87,123). Sum of RGB (Red+Green+Blue) = 229+87+123=439 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.16% from 439); Green value is 87 (34.38% from 255 or 19.82% from 439); Blue value is 123 (48.44% from 255 or 28.02% from 439); Max value from RGB is 229 - color contains mainly: red. Hex color #E5577B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5577B is #1AA884. Grayscale: #858585. Windows color (decimal): -1747077 or 8083429. OLE color: 8083429.
HSL color Cylindrical-coordinate representation of color #E5577B: hue angle of 344.79º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E5577B is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 87 | 123 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.10 |
| HSL | 344.79º | 0.73% | 0.62% | - |
| HSV(B) | 344.79º | 0.62% | 0.9% | - |
| XYZ | 39.3 | 24.9 | 21.47 | - |
| YUV | 133.56 | 122.04 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 87 | 123 | 0 | 0.62 | 0.46 | 0.10 | 344.79 | 0.73 | 0.62 |
| Hex | E5 | 57 | 7B | 0 | 3E | 2E | A | 159 | 49 | 3E |
| Octal | 345 | 127 | 173 | 0 | 76 | 56 | 12 | 531 | 111 | 76 |
| Binary | 11100101 | 1010111 | 1111011 | 0 | 111110 | 101110 | 1010 | 101011001 | 1001001 | 111110 |
Color Harmonies of #E5577B
Complementary color
Monochromatic Colors of #E5577B
Black with #E5577B
Text Example
Text Example
White with #E5577B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5577B; }
p { color: rgb(229,87,123); }
H1.HeaderClassName
{
color: #E5577B;
}
.AnyTagClassName
{
color: #E5577B;
}
</style>
background-color css
<style>
a { background-color: #E5577B; }
a { background-color: rgb(229,87,123); }
div.DivClassName
{
background-color: #E5577B;
}
.BgClassName
{
background-color: #E5577B;
}
</style>
border-color css
<style>
span { border-color: #E5577B; }
span { border-color: rgb(229,87,123); }
td.TdClassName
{
border-color: #E5577B;
}
.TagClassName
{
border-color: #E5577B;
}
</style>