Shades of Dark Pink #E95577
Tints of Dark Pink #E95577
RGB
CMYK
RGB Variations
Color information
#E95577 (or 0xE95577) is known color: Dark Pink. HEX triplet: E9, 55 and 77. RGB value is (233,85,119). Sum of RGB (Red+Green+Blue) = 233+85+119=437 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.32% from 437); Green value is 85 (33.59% from 255 or 19.45% from 437); Blue value is 119 (46.88% from 255 or 27.23% from 437); Max value from RGB is 233 - color contains mainly: red. Hex color #E95577 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95577 is #16AA88. Grayscale: #858585. Windows color (decimal): -1485449 or 7820777. OLE color: 7820777.
HSL color Cylindrical-coordinate representation of color #E95577: hue angle of 346.22º 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 #E95577 is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 85 | 119 | - |
| CMYK | 0 | 0.64 | 0.49 | 0.09 |
| HSL | 346.22º | 0.77% | 0.62% | - |
| HSV(B) | 346.22º | 0.64% | 0.91% | - |
| XYZ | 40.18 | 25.15 | 20.19 | - |
| YUV | 133.13 | 120.03 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 85 | 119 | 0 | 0.64 | 0.49 | 0.09 | 346.22 | 0.77 | 0.62 |
| Hex | E9 | 55 | 77 | 0 | 40 | 31 | 9 | 15A | 4D | 3E |
| Octal | 351 | 125 | 167 | 0 | 100 | 61 | 11 | 532 | 115 | 76 |
| Binary | 11101001 | 1010101 | 1110111 | 0 | 1000000 | 110001 | 1001 | 101011010 | 1001101 | 111110 |
Color Harmonies of #E95577
Complementary color
Monochromatic Colors of #E95577
Black with #E95577
Text Example
Text Example
White with #E95577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95577; }
p { color: rgb(233,85,119); }
H1.HeaderClassName
{
color: #E95577;
}
.AnyTagClassName
{
color: #E95577;
}
</style>
background-color css
<style>
a { background-color: #E95577; }
a { background-color: rgb(233,85,119); }
div.DivClassName
{
background-color: #E95577;
}
.BgClassName
{
background-color: #E95577;
}
</style>
border-color css
<style>
span { border-color: #E95577; }
span { border-color: rgb(233,85,119); }
td.TdClassName
{
border-color: #E95577;
}
.TagClassName
{
border-color: #E95577;
}
</style>