Shades of Dark Pink #E9608D
Tints of Dark Pink #E9608D
RGB
CMYK
RGB Variations
Color information
#E9608D (or 0xE9608D) is known color: Dark Pink. HEX triplet: E9, 60 and 8D. RGB value is (233,96,141). Sum of RGB (Red+Green+Blue) = 233+96+141=470 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.57% from 470); Green value is 96 (37.89% from 255 or 20.43% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 233 - color contains mainly: red. Hex color #E9608D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E9608D is #169F72. Grayscale: #8E8E8E. Windows color (decimal): -1482611 or 9265385. OLE color: 9265385.
HSL color Cylindrical-coordinate representation of color #E9608D: hue angle of 340.29º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E9608D is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 96 | 141 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.09 |
| HSL | 340.29º | 0.76% | 0.65% | - |
| HSV(B) | 340.29º | 0.59% | 0.91% | - |
| XYZ | 42.59 | 27.61 | 28.28 | - |
| YUV | 142.09 | 127.39 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 96 | 141 | 0 | 0.59 | 0.39 | 0.09 | 340.29 | 0.76 | 0.65 |
| Hex | E9 | 60 | 8D | 0 | 3B | 27 | 9 | 154 | 4C | 41 |
| Octal | 351 | 140 | 215 | 0 | 73 | 47 | 11 | 524 | 114 | 101 |
| Binary | 11101001 | 1100000 | 10001101 | 0 | 111011 | 100111 | 1001 | 101010100 | 1001100 | 1000001 |
Color Harmonies of #E9608D
Complementary color
Monochromatic Colors of #E9608D
Black with #E9608D
Text Example
Text Example
White with #E9608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9608D; }
p { color: rgb(233,96,141); }
H1.HeaderClassName
{
color: #E9608D;
}
.AnyTagClassName
{
color: #E9608D;
}
</style>
background-color css
<style>
a { background-color: #E9608D; }
a { background-color: rgb(233,96,141); }
div.DivClassName
{
background-color: #E9608D;
}
.BgClassName
{
background-color: #E9608D;
}
</style>
border-color css
<style>
span { border-color: #E9608D; }
span { border-color: rgb(233,96,141); }
td.TdClassName
{
border-color: #E9608D;
}
.TagClassName
{
border-color: #E9608D;
}
</style>