Shades of Dark Pink #E7557C
Tints of Dark Pink #E7557C
RGB
CMYK
RGB Variations
Color information
#E7557C (or 0xE7557C) is known color: Dark Pink. HEX triplet: E7, 55 and 7C. RGB value is (231,85,124). Sum of RGB (Red+Green+Blue) = 231+85+124=440 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.5% from 440); Green value is 85 (33.59% from 255 or 19.32% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 231 - color contains mainly: red. Hex color #E7557C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7557C is #18AA83. Grayscale: #858585. Windows color (decimal): -1616516 or 8148455. OLE color: 8148455.
HSL color Cylindrical-coordinate representation of color #E7557C: hue angle of 343.97º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E7557C is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 85 | 124 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.09 |
| HSL | 343.97º | 0.75% | 0.62% | - |
| HSV(B) | 343.97º | 0.63% | 0.91% | - |
| XYZ | 39.84 | 24.94 | 21.78 | - |
| YUV | 133.1 | 122.87 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 85 | 124 | 0 | 0.63 | 0.46 | 0.09 | 343.97 | 0.75 | 0.62 |
| Hex | E7 | 55 | 7C | 0 | 3F | 2E | 9 | 158 | 4B | 3E |
| Octal | 347 | 125 | 174 | 0 | 77 | 56 | 11 | 530 | 113 | 76 |
| Binary | 11100111 | 1010101 | 1111100 | 0 | 111111 | 101110 | 1001 | 101011000 | 1001011 | 111110 |
Color Harmonies of #E7557C
Complementary color
Monochromatic Colors of #E7557C
Black with #E7557C
Text Example
Text Example
White with #E7557C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7557C; }
p { color: rgb(231,85,124); }
H1.HeaderClassName
{
color: #E7557C;
}
.AnyTagClassName
{
color: #E7557C;
}
</style>
background-color css
<style>
a { background-color: #E7557C; }
a { background-color: rgb(231,85,124); }
div.DivClassName
{
background-color: #E7557C;
}
.BgClassName
{
background-color: #E7557C;
}
</style>
border-color css
<style>
span { border-color: #E7557C; }
span { border-color: rgb(231,85,124); }
td.TdClassName
{
border-color: #E7557C;
}
.TagClassName
{
border-color: #E7557C;
}
</style>