Shades of Dark Pink #E76181
Tints of Dark Pink #E76181
RGB
CMYK
RGB Variations
Color information
#E76181 (or 0xE76181) is known color: Dark Pink. HEX triplet: E7, 61 and 81. RGB value is (231,97,129). Sum of RGB (Red+Green+Blue) = 231+97+129=457 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.55% from 457); Green value is 97 (38.28% from 255 or 21.23% from 457); Blue value is 129 (50.78% from 255 or 28.23% from 457); Max value from RGB is 231 - color contains mainly: red. Hex color #E76181 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76181 is #189E7E. Grayscale: #8C8C8C. Windows color (decimal): -1613439 or 8479207. OLE color: 8479207.
HSL color Cylindrical-coordinate representation of color #E76181: hue angle of 345.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 #E76181 is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 97 | 129 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.09 |
| HSL | 345.67º | 0.74% | 0.64% | - |
| HSV(B) | 345.67º | 0.58% | 0.91% | - |
| XYZ | 41.19 | 27.12 | 23.83 | - |
| YUV | 140.71 | 121.39 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 97 | 129 | 0 | 0.58 | 0.44 | 0.09 | 345.67 | 0.74 | 0.64 |
| Hex | E7 | 61 | 81 | 0 | 3A | 2C | 9 | 15A | 4A | 40 |
| Octal | 347 | 141 | 201 | 0 | 72 | 54 | 11 | 532 | 112 | 100 |
| Binary | 11100111 | 1100001 | 10000001 | 0 | 111010 | 101100 | 1001 | 101011010 | 1001010 | 1000000 |
Color Harmonies of #E76181
Complementary color
Monochromatic Colors of #E76181
Black with #E76181
Text Example
Text Example
White with #E76181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76181; }
p { color: rgb(231,97,129); }
H1.HeaderClassName
{
color: #E76181;
}
.AnyTagClassName
{
color: #E76181;
}
</style>
background-color css
<style>
a { background-color: #E76181; }
a { background-color: rgb(231,97,129); }
div.DivClassName
{
background-color: #E76181;
}
.BgClassName
{
background-color: #E76181;
}
</style>
border-color css
<style>
span { border-color: #E76181; }
span { border-color: rgb(231,97,129); }
td.TdClassName
{
border-color: #E76181;
}
.TagClassName
{
border-color: #E76181;
}
</style>