Shades of Dark Pink #E76086
Tints of Dark Pink #E76086
RGB
CMYK
RGB Variations
Color information
#E76086 (or 0xE76086) is known color: Dark Pink. HEX triplet: E7, 60 and 86. RGB value is (231,96,134). Sum of RGB (Red+Green+Blue) = 231+96+134=461 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50.11% from 461); Green value is 96 (37.89% from 255 or 20.82% from 461); Blue value is 134 (52.73% from 255 or 29.07% from 461); Max value from RGB is 231 - color contains mainly: red. Hex color #E76086 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76086 is #189F79. Grayscale: #8C8C8C. Windows color (decimal): -1613690 or 8806631. OLE color: 8806631.
HSL color Cylindrical-coordinate representation of color #E76086: hue angle of 343.11º 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 #E76086 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 96 | 134 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.09 |
| HSL | 343.11º | 0.74% | 0.64% | - |
| HSV(B) | 343.11º | 0.58% | 0.91% | - |
| XYZ | 41.44 | 27.08 | 25.6 | - |
| YUV | 140.7 | 124.23 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 96 | 134 | 0 | 0.58 | 0.42 | 0.09 | 343.11 | 0.74 | 0.64 |
| Hex | E7 | 60 | 86 | 0 | 3A | 2A | 9 | 157 | 4A | 40 |
| Octal | 347 | 140 | 206 | 0 | 72 | 52 | 11 | 527 | 112 | 100 |
| Binary | 11100111 | 1100000 | 10000110 | 0 | 111010 | 101010 | 1001 | 101010111 | 1001010 | 1000000 |
Color Harmonies of #E76086
Complementary color
Monochromatic Colors of #E76086
Black with #E76086
Text Example
Text Example
White with #E76086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76086; }
p { color: rgb(231,96,134); }
H1.HeaderClassName
{
color: #E76086;
}
.AnyTagClassName
{
color: #E76086;
}
</style>
background-color css
<style>
a { background-color: #E76086; }
a { background-color: rgb(231,96,134); }
div.DivClassName
{
background-color: #E76086;
}
.BgClassName
{
background-color: #E76086;
}
</style>
border-color css
<style>
span { border-color: #E76086; }
span { border-color: rgb(231,96,134); }
td.TdClassName
{
border-color: #E76086;
}
.TagClassName
{
border-color: #E76086;
}
</style>