Shades of Dark Pink #E75977
Tints of Dark Pink #E75977
RGB
CMYK
RGB Variations
Color information
#E75977 (or 0xE75977) is known color: Dark Pink. HEX triplet: E7, 59 and 77. RGB value is (231,89,119). Sum of RGB (Red+Green+Blue) = 231+89+119=439 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.62% from 439); Green value is 89 (35.16% from 255 or 20.27% from 439); Blue value is 119 (46.88% from 255 or 27.11% from 439); Max value from RGB is 231 - color contains mainly: red. Hex color #E75977 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75977 is #18A688. Grayscale: #868686. Windows color (decimal): -1615497 or 7821799. OLE color: 7821799.
HSL color Cylindrical-coordinate representation of color #E75977: hue angle of 347.32º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E75977 is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 89 | 119 | - |
| CMYK | 0 | 0.61 | 0.48 | 0.09 |
| HSL | 347.32º | 0.75% | 0.63% | - |
| HSV(B) | 347.32º | 0.61% | 0.91% | - |
| XYZ | 39.86 | 25.47 | 20.27 | - |
| YUV | 134.88 | 119.04 | 196.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 89 | 119 | 0 | 0.61 | 0.48 | 0.09 | 347.32 | 0.75 | 0.63 |
| Hex | E7 | 59 | 77 | 0 | 3D | 30 | 9 | 15B | 4B | 3F |
| Octal | 347 | 131 | 167 | 0 | 75 | 60 | 11 | 533 | 113 | 77 |
| Binary | 11100111 | 1011001 | 1110111 | 0 | 111101 | 110000 | 1001 | 101011011 | 1001011 | 111111 |
Color Harmonies of #E75977
Complementary color
Monochromatic Colors of #E75977
Black with #E75977
Text Example
Text Example
White with #E75977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75977; }
p { color: rgb(231,89,119); }
H1.HeaderClassName
{
color: #E75977;
}
.AnyTagClassName
{
color: #E75977;
}
</style>
background-color css
<style>
a { background-color: #E75977; }
a { background-color: rgb(231,89,119); }
div.DivClassName
{
background-color: #E75977;
}
.BgClassName
{
background-color: #E75977;
}
</style>
border-color css
<style>
span { border-color: #E75977; }
span { border-color: rgb(231,89,119); }
td.TdClassName
{
border-color: #E75977;
}
.TagClassName
{
border-color: #E75977;
}
</style>