Shades of Dark Pink #E95178
Tints of Dark Pink #E95178
RGB
CMYK
RGB Variations
Color information
#E95178 (or 0xE95178) is known color: Dark Pink. HEX triplet: E9, 51 and 78. RGB value is (233,81,120). Sum of RGB (Red+Green+Blue) = 233+81+120=434 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.69% from 434); Green value is 81 (32.03% from 255 or 18.66% from 434); Blue value is 120 (47.27% from 255 or 27.65% from 434); Max value from RGB is 233 - color contains mainly: red. Hex color #E95178 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95178 is #16AE87. Grayscale: #828282. Windows color (decimal): -1486472 or 7885289. OLE color: 7885289.
HSL color Cylindrical-coordinate representation of color #E95178: hue angle of 344.61º 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 #E95178 is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 81 | 120 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.09 |
| HSL | 344.61º | 0.78% | 0.62% | - |
| HSV(B) | 344.61º | 0.65% | 0.91% | - |
| XYZ | 39.94 | 24.56 | 20.41 | - |
| YUV | 130.89 | 121.86 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 81 | 120 | 0 | 0.65 | 0.48 | 0.09 | 344.61 | 0.78 | 0.62 |
| Hex | E9 | 51 | 78 | 0 | 41 | 30 | 9 | 159 | 4E | 3E |
| Octal | 351 | 121 | 170 | 0 | 101 | 60 | 11 | 531 | 116 | 76 |
| Binary | 11101001 | 1010001 | 1111000 | 0 | 1000001 | 110000 | 1001 | 101011001 | 1001110 | 111110 |
Color Harmonies of #E95178
Complementary color
Monochromatic Colors of #E95178
Black with #E95178
Text Example
Text Example
White with #E95178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95178; }
p { color: rgb(233,81,120); }
H1.HeaderClassName
{
color: #E95178;
}
.AnyTagClassName
{
color: #E95178;
}
</style>
background-color css
<style>
a { background-color: #E95178; }
a { background-color: rgb(233,81,120); }
div.DivClassName
{
background-color: #E95178;
}
.BgClassName
{
background-color: #E95178;
}
</style>
border-color css
<style>
span { border-color: #E95178; }
span { border-color: rgb(233,81,120); }
td.TdClassName
{
border-color: #E95178;
}
.TagClassName
{
border-color: #E95178;
}
</style>