Shades of Dark Pink #E7617C
Tints of Dark Pink #E7617C
RGB
CMYK
RGB Variations
Color information
#E7617C (or 0xE7617C) is known color: Dark Pink. HEX triplet: E7, 61 and 7C. RGB value is (231,97,124). Sum of RGB (Red+Green+Blue) = 231+97+124=452 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.11% from 452); Green value is 97 (38.28% from 255 or 21.46% from 452); Blue value is 124 (48.83% from 255 or 27.43% from 452); Max value from RGB is 231 - color contains mainly: red. Hex color #E7617C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7617C is #189E83. Grayscale: #8C8C8C. Windows color (decimal): -1613444 or 8151527. OLE color: 8151527.
HSL color Cylindrical-coordinate representation of color #E7617C: hue angle of 347.91º 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 #E7617C is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 97 | 124 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.09 |
| HSL | 347.91º | 0.74% | 0.64% | - |
| HSV(B) | 347.91º | 0.58% | 0.91% | - |
| XYZ | 40.87 | 26.99 | 22.13 | - |
| YUV | 140.14 | 118.89 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 97 | 124 | 0 | 0.58 | 0.46 | 0.09 | 347.91 | 0.74 | 0.64 |
| Hex | E7 | 61 | 7C | 0 | 3A | 2E | 9 | 15C | 4A | 40 |
| Octal | 347 | 141 | 174 | 0 | 72 | 56 | 11 | 534 | 112 | 100 |
| Binary | 11100111 | 1100001 | 1111100 | 0 | 111010 | 101110 | 1001 | 101011100 | 1001010 | 1000000 |
Color Harmonies of #E7617C
Complementary color
Monochromatic Colors of #E7617C
Black with #E7617C
Text Example
Text Example
White with #E7617C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7617C; }
p { color: rgb(231,97,124); }
H1.HeaderClassName
{
color: #E7617C;
}
.AnyTagClassName
{
color: #E7617C;
}
</style>
background-color css
<style>
a { background-color: #E7617C; }
a { background-color: rgb(231,97,124); }
div.DivClassName
{
background-color: #E7617C;
}
.BgClassName
{
background-color: #E7617C;
}
</style>
border-color css
<style>
span { border-color: #E7617C; }
span { border-color: rgb(231,97,124); }
td.TdClassName
{
border-color: #E7617C;
}
.TagClassName
{
border-color: #E7617C;
}
</style>