Shades of Dark Pink #E95689
Tints of Dark Pink #E95689
RGB
CMYK
RGB Variations
Color information
#E95689 (or 0xE95689) is known color: Dark Pink. HEX triplet: E9, 56 and 89. RGB value is (233,86,137). Sum of RGB (Red+Green+Blue) = 233+86+137=456 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.10% from 456); Green value is 86 (33.98% from 255 or 18.86% from 456); Blue value is 137 (53.91% from 255 or 30.04% from 456); Max value from RGB is 233 - color contains mainly: red. Hex color #E95689 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95689 is #16A976. Grayscale: #878787. Windows color (decimal): -1485175 or 9000681. OLE color: 9000681.
HSL color Cylindrical-coordinate representation of color #E95689: hue angle of 339.18º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E95689 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 86 | 137 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.09 |
| HSL | 339.18º | 0.77% | 0.63% | - |
| HSV(B) | 339.18º | 0.63% | 0.91% | - |
| XYZ | 41.45 | 25.79 | 26.46 | - |
| YUV | 135.77 | 128.7 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 86 | 137 | 0 | 0.63 | 0.41 | 0.09 | 339.18 | 0.77 | 0.63 |
| Hex | E9 | 56 | 89 | 0 | 3F | 29 | 9 | 153 | 4D | 3F |
| Octal | 351 | 126 | 211 | 0 | 77 | 51 | 11 | 523 | 115 | 77 |
| Binary | 11101001 | 1010110 | 10001001 | 0 | 111111 | 101001 | 1001 | 101010011 | 1001101 | 111111 |
Color Harmonies of #E95689
Complementary color
Monochromatic Colors of #E95689
Black with #E95689
Text Example
Text Example
White with #E95689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95689; }
p { color: rgb(233,86,137); }
H1.HeaderClassName
{
color: #E95689;
}
.AnyTagClassName
{
color: #E95689;
}
</style>
background-color css
<style>
a { background-color: #E95689; }
a { background-color: rgb(233,86,137); }
div.DivClassName
{
background-color: #E95689;
}
.BgClassName
{
background-color: #E95689;
}
</style>
border-color css
<style>
span { border-color: #E95689; }
span { border-color: rgb(233,86,137); }
td.TdClassName
{
border-color: #E95689;
}
.TagClassName
{
border-color: #E95689;
}
</style>