Shades of Dark Pink #E95177
Tints of Dark Pink #E95177
RGB
CMYK
RGB Variations
Color information
#E95177 (or 0xE95177) is known color: Dark Pink. HEX triplet: E9, 51 and 77. RGB value is (233,81,119). Sum of RGB (Red+Green+Blue) = 233+81+119=433 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.81% from 433); Green value is 81 (32.03% from 255 or 18.71% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 233 - color contains mainly: red. Hex color #E95177 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95177 is #16AE88. Grayscale: #828282. Windows color (decimal): -1486473 or 7819753. OLE color: 7819753.
HSL color Cylindrical-coordinate representation of color #E95177: hue angle of 345º 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 #E95177 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 81 | 119 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.09 |
| HSL | 345º | 0.78% | 0.62% | - |
| HSV(B) | 345º | 0.65% | 0.91% | - |
| XYZ | 39.88 | 24.54 | 20.09 | - |
| YUV | 130.78 | 121.36 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 81 | 119 | 0 | 0.65 | 0.49 | 0.09 | 345 | 0.78 | 0.62 |
| Hex | E9 | 51 | 77 | 0 | 41 | 31 | 9 | 159 | 4E | 3E |
| Octal | 351 | 121 | 167 | 0 | 101 | 61 | 11 | 531 | 116 | 76 |
| Binary | 11101001 | 1010001 | 1110111 | 0 | 1000001 | 110001 | 1001 | 101011001 | 1001110 | 111110 |
Color Harmonies of #E95177
Complementary color
Monochromatic Colors of #E95177
Black with #E95177
Text Example
Text Example
White with #E95177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95177; }
p { color: rgb(233,81,119); }
H1.HeaderClassName
{
color: #E95177;
}
.AnyTagClassName
{
color: #E95177;
}
</style>
background-color css
<style>
a { background-color: #E95177; }
a { background-color: rgb(233,81,119); }
div.DivClassName
{
background-color: #E95177;
}
.BgClassName
{
background-color: #E95177;
}
</style>
border-color css
<style>
span { border-color: #E95177; }
span { border-color: rgb(233,81,119); }
td.TdClassName
{
border-color: #E95177;
}
.TagClassName
{
border-color: #E95177;
}
</style>