Shades of Dark Pink #E76087
Tints of Dark Pink #E76087
RGB
CMYK
RGB Variations
Color information
#E76087 (or 0xE76087) is known color: Dark Pink. HEX triplet: E7, 60 and 87. RGB value is (231,96,135). Sum of RGB (Red+Green+Blue) = 231+96+135=462 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50% from 462); Green value is 96 (37.89% from 255 or 20.78% from 462); Blue value is 135 (53.12% from 255 or 29.22% from 462); Max value from RGB is 231 - color contains mainly: red. Hex color #E76087 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76087 is #189F78. Grayscale: #8C8C8C. Windows color (decimal): -1613689 or 8872167. OLE color: 8872167.
HSL color Cylindrical-coordinate representation of color #E76087: hue angle of 342.67º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E76087 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 96 | 135 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.09 |
| HSL | 342.67º | 0.74% | 0.64% | - |
| HSV(B) | 342.67º | 0.58% | 0.91% | - |
| XYZ | 41.51 | 27.1 | 25.97 | - |
| YUV | 140.81 | 124.73 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 96 | 135 | 0 | 0.58 | 0.42 | 0.09 | 342.67 | 0.74 | 0.64 |
| Hex | E7 | 60 | 87 | 0 | 3A | 2A | 9 | 157 | 4A | 40 |
| Octal | 347 | 140 | 207 | 0 | 72 | 52 | 11 | 527 | 112 | 100 |
| Binary | 11100111 | 1100000 | 10000111 | 0 | 111010 | 101010 | 1001 | 101010111 | 1001010 | 1000000 |
Color Harmonies of #E76087
Complementary color
Monochromatic Colors of #E76087
Black with #E76087
Text Example
Text Example
White with #E76087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76087; }
p { color: rgb(231,96,135); }
H1.HeaderClassName
{
color: #E76087;
}
.AnyTagClassName
{
color: #E76087;
}
</style>
background-color css
<style>
a { background-color: #E76087; }
a { background-color: rgb(231,96,135); }
div.DivClassName
{
background-color: #E76087;
}
.BgClassName
{
background-color: #E76087;
}
</style>
border-color css
<style>
span { border-color: #E76087; }
span { border-color: rgb(231,96,135); }
td.TdClassName
{
border-color: #E76087;
}
.TagClassName
{
border-color: #E76087;
}
</style>