Shades of Dark Pink #E96088
Tints of Dark Pink #E96088
RGB
CMYK
RGB Variations
Color information
#E96088 (or 0xE96088) is known color: Dark Pink. HEX triplet: E9, 60 and 88. RGB value is (233,96,136). Sum of RGB (Red+Green+Blue) = 233+96+136=465 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.11% from 465); Green value is 96 (37.89% from 255 or 20.65% from 465); Blue value is 136 (53.52% from 255 or 29.25% from 465); Max value from RGB is 233 - color contains mainly: red. Hex color #E96088 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96088 is #169F77. Grayscale: #8D8D8D. Windows color (decimal): -1482616 or 8937705. OLE color: 8937705.
HSL color Cylindrical-coordinate representation of color #E96088: hue angle of 342.48º 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 #E96088 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 96 | 136 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.09 |
| HSL | 342.48º | 0.76% | 0.65% | - |
| HSV(B) | 342.48º | 0.59% | 0.91% | - |
| XYZ | 42.23 | 27.47 | 26.37 | - |
| YUV | 141.52 | 124.89 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 96 | 136 | 0 | 0.59 | 0.42 | 0.09 | 342.48 | 0.76 | 0.65 |
| Hex | E9 | 60 | 88 | 0 | 3B | 2A | 9 | 156 | 4C | 41 |
| Octal | 351 | 140 | 210 | 0 | 73 | 52 | 11 | 526 | 114 | 101 |
| Binary | 11101001 | 1100000 | 10001000 | 0 | 111011 | 101010 | 1001 | 101010110 | 1001100 | 1000001 |
Color Harmonies of #E96088
Complementary color
Monochromatic Colors of #E96088
Black with #E96088
Text Example
Text Example
White with #E96088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96088; }
p { color: rgb(233,96,136); }
H1.HeaderClassName
{
color: #E96088;
}
.AnyTagClassName
{
color: #E96088;
}
</style>
background-color css
<style>
a { background-color: #E96088; }
a { background-color: rgb(233,96,136); }
div.DivClassName
{
background-color: #E96088;
}
.BgClassName
{
background-color: #E96088;
}
</style>
border-color css
<style>
span { border-color: #E96088; }
span { border-color: rgb(233,96,136); }
td.TdClassName
{
border-color: #E96088;
}
.TagClassName
{
border-color: #E96088;
}
</style>