Shades of Dark Pink #E95672
Tints of Dark Pink #E95672
RGB
CMYK
RGB Variations
Color information
#E95672 (or 0xE95672) is known color: Dark Pink. HEX triplet: E9, 56 and 72. RGB value is (233,86,114). Sum of RGB (Red+Green+Blue) = 233+86+114=433 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.81% from 433); Green value is 86 (33.98% from 255 or 19.86% from 433); Blue value is 114 (44.92% from 255 or 26.33% from 433); Max value from RGB is 233 - color contains mainly: red. Hex color #E95672 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95672 is #16A98D. Grayscale: #858585. Windows color (decimal): -1485198 or 7493353. OLE color: 7493353.
HSL color Cylindrical-coordinate representation of color #E95672: hue angle of 348.57º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E95672 is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 86 | 114 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.09 |
| HSL | 348.57º | 0.77% | 0.63% | - |
| HSV(B) | 348.57º | 0.63% | 0.91% | - |
| XYZ | 39.97 | 25.19 | 18.68 | - |
| YUV | 133.15 | 117.2 | 199.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 86 | 114 | 0 | 0.63 | 0.51 | 0.09 | 348.57 | 0.77 | 0.63 |
| Hex | E9 | 56 | 72 | 0 | 3F | 33 | 9 | 15D | 4D | 3F |
| Octal | 351 | 126 | 162 | 0 | 77 | 63 | 11 | 535 | 115 | 77 |
| Binary | 11101001 | 1010110 | 1110010 | 0 | 111111 | 110011 | 1001 | 101011101 | 1001101 | 111111 |
Color Harmonies of #E95672
Complementary color
Monochromatic Colors of #E95672
Black with #E95672
Text Example
Text Example
White with #E95672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95672; }
p { color: rgb(233,86,114); }
H1.HeaderClassName
{
color: #E95672;
}
.AnyTagClassName
{
color: #E95672;
}
</style>
background-color css
<style>
a { background-color: #E95672; }
a { background-color: rgb(233,86,114); }
div.DivClassName
{
background-color: #E95672;
}
.BgClassName
{
background-color: #E95672;
}
</style>
border-color css
<style>
span { border-color: #E95672; }
span { border-color: rgb(233,86,114); }
td.TdClassName
{
border-color: #E95672;
}
.TagClassName
{
border-color: #E95672;
}
</style>