Shades of Dark Pink #E95572
Tints of Dark Pink #E95572
RGB
CMYK
RGB Variations
Color information
#E95572 (or 0xE95572) is known color: Dark Pink. HEX triplet: E9, 55 and 72. RGB value is (233,85,114). Sum of RGB (Red+Green+Blue) = 233+85+114=432 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.94% from 432); Green value is 85 (33.59% from 255 or 19.68% from 432); Blue value is 114 (44.92% from 255 or 26.39% from 432); Max value from RGB is 233 - color contains mainly: red. Hex color #E95572 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95572 is #16AA8D. Grayscale: #848484. Windows color (decimal): -1485454 or 7493097. OLE color: 7493097.
HSL color Cylindrical-coordinate representation of color #E95572: hue angle of 348.24º 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 #E95572 is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 85 | 114 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.09 |
| HSL | 348.24º | 0.77% | 0.62% | - |
| HSV(B) | 348.24º | 0.64% | 0.91% | - |
| XYZ | 39.89 | 25.04 | 18.65 | - |
| YUV | 132.56 | 117.53 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 85 | 114 | 0 | 0.64 | 0.51 | 0.09 | 348.24 | 0.77 | 0.62 |
| Hex | E9 | 55 | 72 | 0 | 40 | 33 | 9 | 15C | 4D | 3E |
| Octal | 351 | 125 | 162 | 0 | 100 | 63 | 11 | 534 | 115 | 76 |
| Binary | 11101001 | 1010101 | 1110010 | 0 | 1000000 | 110011 | 1001 | 101011100 | 1001101 | 111110 |
Color Harmonies of #E95572
Complementary color
Monochromatic Colors of #E95572
Black with #E95572
Text Example
Text Example
White with #E95572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95572; }
p { color: rgb(233,85,114); }
H1.HeaderClassName
{
color: #E95572;
}
.AnyTagClassName
{
color: #E95572;
}
</style>
background-color css
<style>
a { background-color: #E95572; }
a { background-color: rgb(233,85,114); }
div.DivClassName
{
background-color: #E95572;
}
.BgClassName
{
background-color: #E95572;
}
</style>
border-color css
<style>
span { border-color: #E95572; }
span { border-color: rgb(233,85,114); }
td.TdClassName
{
border-color: #E95572;
}
.TagClassName
{
border-color: #E95572;
}
</style>