Shades of Dark Pink #E76186
Tints of Dark Pink #E76186
RGB
CMYK
RGB Variations
Color information
#E76186 (or 0xE76186) is known color: Dark Pink. HEX triplet: E7, 61 and 86. RGB value is (231,97,134). Sum of RGB (Red+Green+Blue) = 231+97+134=462 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50% from 462); Green value is 97 (38.28% from 255 or 21.00% from 462); Blue value is 134 (52.73% from 255 or 29.00% from 462); Max value from RGB is 231 - color contains mainly: red. Hex color #E76186 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76186 is #189E79. Grayscale: #8D8D8D. Windows color (decimal): -1613434 or 8806887. OLE color: 8806887.
HSL color Cylindrical-coordinate representation of color #E76186: hue angle of 343.43º 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 #E76186 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 97 | 134 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.09 |
| HSL | 343.43º | 0.74% | 0.64% | - |
| HSV(B) | 343.43º | 0.58% | 0.91% | - |
| XYZ | 41.53 | 27.26 | 25.63 | - |
| YUV | 141.28 | 123.89 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 97 | 134 | 0 | 0.58 | 0.42 | 0.09 | 343.43 | 0.74 | 0.64 |
| Hex | E7 | 61 | 86 | 0 | 3A | 2A | 9 | 157 | 4A | 40 |
| Octal | 347 | 141 | 206 | 0 | 72 | 52 | 11 | 527 | 112 | 100 |
| Binary | 11100111 | 1100001 | 10000110 | 0 | 111010 | 101010 | 1001 | 101010111 | 1001010 | 1000000 |
Color Harmonies of #E76186
Complementary color
Monochromatic Colors of #E76186
Black with #E76186
Text Example
Text Example
White with #E76186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76186; }
p { color: rgb(231,97,134); }
H1.HeaderClassName
{
color: #E76186;
}
.AnyTagClassName
{
color: #E76186;
}
</style>
background-color css
<style>
a { background-color: #E76186; }
a { background-color: rgb(231,97,134); }
div.DivClassName
{
background-color: #E76186;
}
.BgClassName
{
background-color: #E76186;
}
</style>
border-color css
<style>
span { border-color: #E76186; }
span { border-color: rgb(231,97,134); }
td.TdClassName
{
border-color: #E76186;
}
.TagClassName
{
border-color: #E76186;
}
</style>