Shades of Dark Pink #E7577D
Tints of Dark Pink #E7577D
RGB
CMYK
RGB Variations
Color information
#E7577D (or 0xE7577D) is known color: Dark Pink. HEX triplet: E7, 57 and 7D. RGB value is (231,87,125). Sum of RGB (Red+Green+Blue) = 231+87+125=443 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.14% from 443); Green value is 87 (34.38% from 255 or 19.64% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 231 - color contains mainly: red. Hex color #E7577D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7577D is #18A882. Grayscale: #868686. Windows color (decimal): -1616003 or 8214503. OLE color: 8214503.
HSL color Cylindrical-coordinate representation of color #E7577D: hue angle of 344.17º 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 #E7577D is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 87 | 125 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.09 |
| HSL | 344.17º | 0.75% | 0.62% | - |
| HSV(B) | 344.17º | 0.62% | 0.91% | - |
| XYZ | 40.06 | 25.29 | 22.17 | - |
| YUV | 134.39 | 122.71 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 87 | 125 | 0 | 0.62 | 0.46 | 0.09 | 344.17 | 0.75 | 0.62 |
| Hex | E7 | 57 | 7D | 0 | 3E | 2E | 9 | 158 | 4B | 3E |
| Octal | 347 | 127 | 175 | 0 | 76 | 56 | 11 | 530 | 113 | 76 |
| Binary | 11100111 | 1010111 | 1111101 | 0 | 111110 | 101110 | 1001 | 101011000 | 1001011 | 111110 |
Color Harmonies of #E7577D
Complementary color
Monochromatic Colors of #E7577D
Black with #E7577D
Text Example
Text Example
White with #E7577D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7577D; }
p { color: rgb(231,87,125); }
H1.HeaderClassName
{
color: #E7577D;
}
.AnyTagClassName
{
color: #E7577D;
}
</style>
background-color css
<style>
a { background-color: #E7577D; }
a { background-color: rgb(231,87,125); }
div.DivClassName
{
background-color: #E7577D;
}
.BgClassName
{
background-color: #E7577D;
}
</style>
border-color css
<style>
span { border-color: #E7577D; }
span { border-color: rgb(231,87,125); }
td.TdClassName
{
border-color: #E7577D;
}
.TagClassName
{
border-color: #E7577D;
}
</style>