Shades of Dark Pink #E95175
Tints of Dark Pink #E95175
RGB
CMYK
RGB Variations
Color information
#E95175 (or 0xE95175) is known color: Dark Pink. HEX triplet: E9, 51 and 75. RGB value is (233,81,117). Sum of RGB (Red+Green+Blue) = 233+81+117=431 (57% of max value = 765). Red value is 233 (91.41% from 255 or 54.06% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 233 - color contains mainly: red. Hex color #E95175 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95175 is #16AE8A. Grayscale: #828282. Windows color (decimal): -1486475 or 7688681. OLE color: 7688681.
HSL color Cylindrical-coordinate representation of color #E95175: hue angle of 345.79º 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 #E95175 is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 81 | 117 | - |
| CMYK | 0 | 0.65 | 0.50 | 0.09 |
| HSL | 345.79º | 0.78% | 0.62% | - |
| HSV(B) | 345.79º | 0.65% | 0.91% | - |
| XYZ | 39.76 | 24.49 | 19.46 | - |
| YUV | 130.55 | 120.36 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 81 | 117 | 0 | 0.65 | 0.50 | 0.09 | 345.79 | 0.78 | 0.62 |
| Hex | E9 | 51 | 75 | 0 | 41 | 32 | 9 | 15A | 4E | 3E |
| Octal | 351 | 121 | 165 | 0 | 101 | 62 | 11 | 532 | 116 | 76 |
| Binary | 11101001 | 1010001 | 1110101 | 0 | 1000001 | 110010 | 1001 | 101011010 | 1001110 | 111110 |
Color Harmonies of #E95175
Complementary color
Monochromatic Colors of #E95175
Black with #E95175
Text Example
Text Example
White with #E95175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95175; }
p { color: rgb(233,81,117); }
H1.HeaderClassName
{
color: #E95175;
}
.AnyTagClassName
{
color: #E95175;
}
</style>
background-color css
<style>
a { background-color: #E95175; }
a { background-color: rgb(233,81,117); }
div.DivClassName
{
background-color: #E95175;
}
.BgClassName
{
background-color: #E95175;
}
</style>
border-color css
<style>
span { border-color: #E95175; }
span { border-color: rgb(233,81,117); }
td.TdClassName
{
border-color: #E95175;
}
.TagClassName
{
border-color: #E95175;
}
</style>