Shades of Dark Pink #E7577F
Tints of Dark Pink #E7577F
RGB
CMYK
RGB Variations
Color information
#E7577F (or 0xE7577F) is known color: Dark Pink. HEX triplet: E7, 57 and 7F. RGB value is (231,87,127). Sum of RGB (Red+Green+Blue) = 231+87+127=445 (58% of max value = 765). Red value is 231 (90.62% from 255 or 51.91% from 445); Green value is 87 (34.38% from 255 or 19.55% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 231 - color contains mainly: red. Hex color #E7577F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7577F is #18A880. Grayscale: #868686. Windows color (decimal): -1616001 or 8345575. OLE color: 8345575.
HSL color Cylindrical-coordinate representation of color #E7577F: hue angle of 343.33º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E7577F is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 87 | 127 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.09 |
| HSL | 343.33º | 0.75% | 0.62% | - |
| HSV(B) | 343.33º | 0.62% | 0.91% | - |
| XYZ | 40.19 | 25.34 | 22.85 | - |
| YUV | 134.62 | 123.71 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 87 | 127 | 0 | 0.62 | 0.45 | 0.09 | 343.33 | 0.75 | 0.62 |
| Hex | E7 | 57 | 7F | 0 | 3E | 2D | 9 | 157 | 4B | 3E |
| Octal | 347 | 127 | 177 | 0 | 76 | 55 | 11 | 527 | 113 | 76 |
| Binary | 11100111 | 1010111 | 1111111 | 0 | 111110 | 101101 | 1001 | 101010111 | 1001011 | 111110 |
Color Harmonies of #E7577F
Complementary color
Monochromatic Colors of #E7577F
Black with #E7577F
Text Example
Text Example
White with #E7577F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7577F; }
p { color: rgb(231,87,127); }
H1.HeaderClassName
{
color: #E7577F;
}
.AnyTagClassName
{
color: #E7577F;
}
</style>
background-color css
<style>
a { background-color: #E7577F; }
a { background-color: rgb(231,87,127); }
div.DivClassName
{
background-color: #E7577F;
}
.BgClassName
{
background-color: #E7577F;
}
</style>
border-color css
<style>
span { border-color: #E7577F; }
span { border-color: rgb(231,87,127); }
td.TdClassName
{
border-color: #E7577F;
}
.TagClassName
{
border-color: #E7577F;
}
</style>