Shades of Dark Pink #E75976
Tints of Dark Pink #E75976
RGB
CMYK
RGB Variations
Color information
#E75976 (or 0xE75976) is known color: Dark Pink. HEX triplet: E7, 59 and 76. RGB value is (231,89,118). Sum of RGB (Red+Green+Blue) = 231+89+118=438 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.74% from 438); Green value is 89 (35.16% from 255 or 20.32% from 438); Blue value is 118 (46.48% from 255 or 26.94% from 438); Max value from RGB is 231 - color contains mainly: red. Hex color #E75976 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75976 is #18A689. Grayscale: #868686. Windows color (decimal): -1615498 or 7756263. OLE color: 7756263.
HSL color Cylindrical-coordinate representation of color #E75976: hue angle of 347.75º 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 #E75976 is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 89 | 118 | - |
| CMYK | 0 | 0.61 | 0.49 | 0.09 |
| HSL | 347.75º | 0.75% | 0.63% | - |
| HSV(B) | 347.75º | 0.61% | 0.91% | - |
| XYZ | 39.8 | 25.44 | 19.95 | - |
| YUV | 134.76 | 118.54 | 196.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 89 | 118 | 0 | 0.61 | 0.49 | 0.09 | 347.75 | 0.75 | 0.63 |
| Hex | E7 | 59 | 76 | 0 | 3D | 31 | 9 | 15C | 4B | 3F |
| Octal | 347 | 131 | 166 | 0 | 75 | 61 | 11 | 534 | 113 | 77 |
| Binary | 11100111 | 1011001 | 1110110 | 0 | 111101 | 110001 | 1001 | 101011100 | 1001011 | 111111 |
Color Harmonies of #E75976
Complementary color
Monochromatic Colors of #E75976
Black with #E75976
Text Example
Text Example
White with #E75976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75976; }
p { color: rgb(231,89,118); }
H1.HeaderClassName
{
color: #E75976;
}
.AnyTagClassName
{
color: #E75976;
}
</style>
background-color css
<style>
a { background-color: #E75976; }
a { background-color: rgb(231,89,118); }
div.DivClassName
{
background-color: #E75976;
}
.BgClassName
{
background-color: #E75976;
}
</style>
border-color css
<style>
span { border-color: #E75976; }
span { border-color: rgb(231,89,118); }
td.TdClassName
{
border-color: #E75976;
}
.TagClassName
{
border-color: #E75976;
}
</style>