Shades of Dark Pink #E95785
Tints of Dark Pink #E95785
RGB
CMYK
RGB Variations
Color information
#E95785 (or 0xE95785) is known color: Dark Pink. HEX triplet: E9, 57 and 85. RGB value is (233,87,133). Sum of RGB (Red+Green+Blue) = 233+87+133=453 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.43% from 453); Green value is 87 (34.38% from 255 or 19.21% from 453); Blue value is 133 (52.34% from 255 or 29.36% from 453); Max value from RGB is 233 - color contains mainly: red. Hex color #E95785 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95785 is #16A87A. Grayscale: #878787. Windows color (decimal): -1484923 or 8738793. OLE color: 8738793.
HSL color Cylindrical-coordinate representation of color #E95785: hue angle of 341.1º 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 #E95785 is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 87 | 133 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.09 |
| HSL | 341.1º | 0.77% | 0.63% | - |
| HSV(B) | 341.1º | 0.63% | 0.91% | - |
| XYZ | 41.25 | 25.83 | 25 | - |
| YUV | 135.9 | 126.37 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 87 | 133 | 0 | 0.63 | 0.43 | 0.09 | 341.1 | 0.77 | 0.63 |
| Hex | E9 | 57 | 85 | 0 | 3F | 2B | 9 | 155 | 4D | 3F |
| Octal | 351 | 127 | 205 | 0 | 77 | 53 | 11 | 525 | 115 | 77 |
| Binary | 11101001 | 1010111 | 10000101 | 0 | 111111 | 101011 | 1001 | 101010101 | 1001101 | 111111 |
Color Harmonies of #E95785
Complementary color
Monochromatic Colors of #E95785
Black with #E95785
Text Example
Text Example
White with #E95785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95785; }
p { color: rgb(233,87,133); }
H1.HeaderClassName
{
color: #E95785;
}
.AnyTagClassName
{
color: #E95785;
}
</style>
background-color css
<style>
a { background-color: #E95785; }
a { background-color: rgb(233,87,133); }
div.DivClassName
{
background-color: #E95785;
}
.BgClassName
{
background-color: #E95785;
}
</style>
border-color css
<style>
span { border-color: #E95785; }
span { border-color: rgb(233,87,133); }
td.TdClassName
{
border-color: #E95785;
}
.TagClassName
{
border-color: #E95785;
}
</style>