Shades of Dark Pink #E95387
Tints of Dark Pink #E95387
RGB
CMYK
RGB Variations
Color information
#E95387 (or 0xE95387) is known color: Dark Pink. HEX triplet: E9, 53 and 87. RGB value is (233,83,135). Sum of RGB (Red+Green+Blue) = 233+83+135=451 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.66% from 451); Green value is 83 (32.81% from 255 or 18.40% from 451); Blue value is 135 (53.12% from 255 or 29.93% from 451); Max value from RGB is 233 - color contains mainly: red. Hex color #E95387 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95387 is #16AC78. Grayscale: #858585. Windows color (decimal): -1485945 or 8868841. OLE color: 8868841.
HSL color Cylindrical-coordinate representation of color #E95387: hue angle of 339.2º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E95387 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 83 | 135 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.09 |
| HSL | 339.2º | 0.77% | 0.62% | - |
| HSV(B) | 339.2º | 0.64% | 0.91% | - |
| XYZ | 41.07 | 25.26 | 25.63 | - |
| YUV | 133.78 | 128.7 | 198.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 83 | 135 | 0 | 0.64 | 0.42 | 0.09 | 339.2 | 0.77 | 0.62 |
| Hex | E9 | 53 | 87 | 0 | 40 | 2A | 9 | 153 | 4D | 3E |
| Octal | 351 | 123 | 207 | 0 | 100 | 52 | 11 | 523 | 115 | 76 |
| Binary | 11101001 | 1010011 | 10000111 | 0 | 1000000 | 101010 | 1001 | 101010011 | 1001101 | 111110 |
Color Harmonies of #E95387
Complementary color
Monochromatic Colors of #E95387
Black with #E95387
Text Example
Text Example
White with #E95387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95387; }
p { color: rgb(233,83,135); }
H1.HeaderClassName
{
color: #E95387;
}
.AnyTagClassName
{
color: #E95387;
}
</style>
background-color css
<style>
a { background-color: #E95387; }
a { background-color: rgb(233,83,135); }
div.DivClassName
{
background-color: #E95387;
}
.BgClassName
{
background-color: #E95387;
}
</style>
border-color css
<style>
span { border-color: #E95387; }
span { border-color: rgb(233,83,135); }
td.TdClassName
{
border-color: #E95387;
}
.TagClassName
{
border-color: #E95387;
}
</style>