Shades of Dark Pink #E7608C
Tints of Dark Pink #E7608C
RGB
CMYK
RGB Variations
Color information
#E7608C (or 0xE7608C) is known color: Dark Pink. HEX triplet: E7, 60 and 8C. RGB value is (231,96,140). Sum of RGB (Red+Green+Blue) = 231+96+140=467 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.46% from 467); Green value is 96 (37.89% from 255 or 20.56% from 467); Blue value is 140 (55.08% from 255 or 29.98% from 467); Max value from RGB is 231 - color contains mainly: red. Hex color #E7608C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7608C is #189F73. Grayscale: #8D8D8D. Windows color (decimal): -1613684 or 9199847. OLE color: 9199847.
HSL color Cylindrical-coordinate representation of color #E7608C: hue angle of 340.44º 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 #E7608C is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 96 | 140 | - |
| CMYK | 0 | 0.58 | 0.39 | 0.09 |
| HSL | 340.44º | 0.74% | 0.64% | - |
| HSV(B) | 340.44º | 0.58% | 0.91% | - |
| XYZ | 41.87 | 27.25 | 27.86 | - |
| YUV | 141.38 | 127.23 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 96 | 140 | 0 | 0.58 | 0.39 | 0.09 | 340.44 | 0.74 | 0.64 |
| Hex | E7 | 60 | 8C | 0 | 3A | 27 | 9 | 154 | 4A | 40 |
| Octal | 347 | 140 | 214 | 0 | 72 | 47 | 11 | 524 | 112 | 100 |
| Binary | 11100111 | 1100000 | 10001100 | 0 | 111010 | 100111 | 1001 | 101010100 | 1001010 | 1000000 |
Color Harmonies of #E7608C
Complementary color
Monochromatic Colors of #E7608C
Black with #E7608C
Text Example
Text Example
White with #E7608C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7608C; }
p { color: rgb(231,96,140); }
H1.HeaderClassName
{
color: #E7608C;
}
.AnyTagClassName
{
color: #E7608C;
}
</style>
background-color css
<style>
a { background-color: #E7608C; }
a { background-color: rgb(231,96,140); }
div.DivClassName
{
background-color: #E7608C;
}
.BgClassName
{
background-color: #E7608C;
}
</style>
border-color css
<style>
span { border-color: #E7608C; }
span { border-color: rgb(231,96,140); }
td.TdClassName
{
border-color: #E7608C;
}
.TagClassName
{
border-color: #E7608C;
}
</style>