Shades of Dark Pink #E95189
Tints of Dark Pink #E95189
RGB
CMYK
RGB Variations
Color information
#E95189 (or 0xE95189) is known color: Dark Pink. HEX triplet: E9, 51 and 89. RGB value is (233,81,137). Sum of RGB (Red+Green+Blue) = 233+81+137=451 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.66% from 451); Green value is 81 (32.03% from 255 or 17.96% from 451); Blue value is 137 (53.91% from 255 or 30.38% from 451); Max value from RGB is 233 - color contains mainly: red. Hex color #E95189 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95189 is #16AE76. Grayscale: #848484. Windows color (decimal): -1486455 or 8999401. OLE color: 8999401.
HSL color Cylindrical-coordinate representation of color #E95189: hue angle of 337.89º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E95189 is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 81 | 137 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.09 |
| HSL | 337.89º | 0.78% | 0.62% | - |
| HSV(B) | 337.89º | 0.65% | 0.91% | - |
| XYZ | 41.06 | 25.01 | 26.33 | - |
| YUV | 132.83 | 130.36 | 199.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 81 | 137 | 0 | 0.65 | 0.41 | 0.09 | 337.89 | 0.78 | 0.62 |
| Hex | E9 | 51 | 89 | 0 | 41 | 29 | 9 | 152 | 4E | 3E |
| Octal | 351 | 121 | 211 | 0 | 101 | 51 | 11 | 522 | 116 | 76 |
| Binary | 11101001 | 1010001 | 10001001 | 0 | 1000001 | 101001 | 1001 | 101010010 | 1001110 | 111110 |
Color Harmonies of #E95189
Complementary color
Monochromatic Colors of #E95189
Black with #E95189
Text Example
Text Example
White with #E95189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95189; }
p { color: rgb(233,81,137); }
H1.HeaderClassName
{
color: #E95189;
}
.AnyTagClassName
{
color: #E95189;
}
</style>
background-color css
<style>
a { background-color: #E95189; }
a { background-color: rgb(233,81,137); }
div.DivClassName
{
background-color: #E95189;
}
.BgClassName
{
background-color: #E95189;
}
</style>
border-color css
<style>
span { border-color: #E95189; }
span { border-color: rgb(233,81,137); }
td.TdClassName
{
border-color: #E95189;
}
.TagClassName
{
border-color: #E95189;
}
</style>