Shades of Dark Pink #E7577A
Tints of Dark Pink #E7577A
RGB
CMYK
RGB Variations
Color information
#E7577A (or 0xE7577A) is known color: Dark Pink. HEX triplet: E7, 57 and 7A. RGB value is (231,87,122). Sum of RGB (Red+Green+Blue) = 231+87+122=440 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.5% from 440); Green value is 87 (34.38% from 255 or 19.77% from 440); Blue value is 122 (48.05% from 255 or 27.73% from 440); Max value from RGB is 231 - color contains mainly: red. Hex color #E7577A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7577A is #18A885. Grayscale: #868686. Windows color (decimal): -1616006 or 8017895. OLE color: 8017895.
HSL color Cylindrical-coordinate representation of color #E7577A: hue angle of 345.42º 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 #E7577A is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 87 | 122 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.09 |
| HSL | 345.42º | 0.75% | 0.62% | - |
| HSV(B) | 345.42º | 0.62% | 0.91% | - |
| XYZ | 39.88 | 25.21 | 21.18 | - |
| YUV | 134.05 | 121.21 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 87 | 122 | 0 | 0.62 | 0.47 | 0.09 | 345.42 | 0.75 | 0.62 |
| Hex | E7 | 57 | 7A | 0 | 3E | 2F | 9 | 159 | 4B | 3E |
| Octal | 347 | 127 | 172 | 0 | 76 | 57 | 11 | 531 | 113 | 76 |
| Binary | 11100111 | 1010111 | 1111010 | 0 | 111110 | 101111 | 1001 | 101011001 | 1001011 | 111110 |
Color Harmonies of #E7577A
Complementary color
Monochromatic Colors of #E7577A
Black with #E7577A
Text Example
Text Example
White with #E7577A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7577A; }
p { color: rgb(231,87,122); }
H1.HeaderClassName
{
color: #E7577A;
}
.AnyTagClassName
{
color: #E7577A;
}
</style>
background-color css
<style>
a { background-color: #E7577A; }
a { background-color: rgb(231,87,122); }
div.DivClassName
{
background-color: #E7577A;
}
.BgClassName
{
background-color: #E7577A;
}
</style>
border-color css
<style>
span { border-color: #E7577A; }
span { border-color: rgb(231,87,122); }
td.TdClassName
{
border-color: #E7577A;
}
.TagClassName
{
border-color: #E7577A;
}
</style>