Shades of Dark Pink #E5557B
Tints of Dark Pink #E5557B
RGB
CMYK
RGB Variations
Color information
#E5557B (or 0xE5557B) is known color: Dark Pink. HEX triplet: E5, 55 and 7B. RGB value is (229,85,123). Sum of RGB (Red+Green+Blue) = 229+85+123=437 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.40% from 437); Green value is 85 (33.59% from 255 or 19.45% from 437); Blue value is 123 (48.44% from 255 or 28.15% from 437); Max value from RGB is 229 - color contains mainly: red. Hex color #E5557B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5557B is #1AAA84. Grayscale: #848484. Windows color (decimal): -1747589 or 8082917. OLE color: 8082917.
HSL color Cylindrical-coordinate representation of color #E5557B: hue angle of 344.17º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E5557B is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 85 | 123 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.10 |
| HSL | 344.17º | 0.73% | 0.62% | - |
| HSV(B) | 344.17º | 0.63% | 0.9% | - |
| XYZ | 39.14 | 24.59 | 21.42 | - |
| YUV | 132.39 | 122.71 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 85 | 123 | 0 | 0.63 | 0.46 | 0.10 | 344.17 | 0.73 | 0.62 |
| Hex | E5 | 55 | 7B | 0 | 3F | 2E | A | 158 | 49 | 3E |
| Octal | 345 | 125 | 173 | 0 | 77 | 56 | 12 | 530 | 111 | 76 |
| Binary | 11100101 | 1010101 | 1111011 | 0 | 111111 | 101110 | 1010 | 101011000 | 1001001 | 111110 |
Color Harmonies of #E5557B
Complementary color
Monochromatic Colors of #E5557B
Black with #E5557B
Text Example
Text Example
White with #E5557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5557B; }
p { color: rgb(229,85,123); }
H1.HeaderClassName
{
color: #E5557B;
}
.AnyTagClassName
{
color: #E5557B;
}
</style>
background-color css
<style>
a { background-color: #E5557B; }
a { background-color: rgb(229,85,123); }
div.DivClassName
{
background-color: #E5557B;
}
.BgClassName
{
background-color: #E5557B;
}
</style>
border-color css
<style>
span { border-color: #E5557B; }
span { border-color: rgb(229,85,123); }
td.TdClassName
{
border-color: #E5557B;
}
.TagClassName
{
border-color: #E5557B;
}
</style>