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