Shades of Dark Pink #E95087
Tints of Dark Pink #E95087
RGB
CMYK
RGB Variations
Color information
#E95087 (or 0xE95087) is known color: Dark Pink. HEX triplet: E9, 50 and 87. RGB value is (233,80,135). Sum of RGB (Red+Green+Blue) = 233+80+135=448 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.01% from 448); Green value is 80 (31.64% from 255 or 17.86% from 448); Blue value is 135 (53.12% from 255 or 30.13% from 448); Max value from RGB is 233 - color contains mainly: red. Hex color #E95087 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95087 is #16AF78. Grayscale: #838383. Windows color (decimal): -1486713 or 8868073. OLE color: 8868073.
HSL color Cylindrical-coordinate representation of color #E95087: hue angle of 338.43º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E95087 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 80 | 135 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.09 |
| HSL | 338.43º | 0.78% | 0.61% | - |
| HSV(B) | 338.43º | 0.66% | 0.91% | - |
| XYZ | 40.85 | 24.81 | 25.56 | - |
| YUV | 132.02 | 129.69 | 200.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 80 | 135 | 0 | 0.66 | 0.42 | 0.09 | 338.43 | 0.78 | 0.61 |
| Hex | E9 | 50 | 87 | 0 | 42 | 2A | 9 | 152 | 4E | 3D |
| Octal | 351 | 120 | 207 | 0 | 102 | 52 | 11 | 522 | 116 | 75 |
| Binary | 11101001 | 1010000 | 10000111 | 0 | 1000010 | 101010 | 1001 | 101010010 | 1001110 | 111101 |
Color Harmonies of #E95087
Complementary color
Monochromatic Colors of #E95087
Black with #E95087
Text Example
Text Example
White with #E95087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95087; }
p { color: rgb(233,80,135); }
H1.HeaderClassName
{
color: #E95087;
}
.AnyTagClassName
{
color: #E95087;
}
</style>
background-color css
<style>
a { background-color: #E95087; }
a { background-color: rgb(233,80,135); }
div.DivClassName
{
background-color: #E95087;
}
.BgClassName
{
background-color: #E95087;
}
</style>
border-color css
<style>
span { border-color: #E95087; }
span { border-color: rgb(233,80,135); }
td.TdClassName
{
border-color: #E95087;
}
.TagClassName
{
border-color: #E95087;
}
</style>