Shades of Dark Pink #E95872
Tints of Dark Pink #E95872
RGB
CMYK
RGB Variations
Color information
#E95872 (or 0xE95872) is known color: Dark Pink. HEX triplet: E9, 58 and 72. RGB value is (233,88,114). Sum of RGB (Red+Green+Blue) = 233+88+114=435 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.56% from 435); Green value is 88 (34.77% from 255 or 20.23% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 233 - color contains mainly: red. Hex color #E95872 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95872 is #16A78D. Grayscale: #868686. Windows color (decimal): -1484686 or 7493865. OLE color: 7493865.
HSL color Cylindrical-coordinate representation of color #E95872: hue angle of 349.24º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E95872 is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 88 | 114 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.09 |
| HSL | 349.24º | 0.77% | 0.63% | - |
| HSV(B) | 349.24º | 0.62% | 0.91% | - |
| XYZ | 40.13 | 25.52 | 18.73 | - |
| YUV | 134.32 | 116.54 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 88 | 114 | 0 | 0.62 | 0.51 | 0.09 | 349.24 | 0.77 | 0.63 |
| Hex | E9 | 58 | 72 | 0 | 3E | 33 | 9 | 15D | 4D | 3F |
| Octal | 351 | 130 | 162 | 0 | 76 | 63 | 11 | 535 | 115 | 77 |
| Binary | 11101001 | 1011000 | 1110010 | 0 | 111110 | 110011 | 1001 | 101011101 | 1001101 | 111111 |
Color Harmonies of #E95872
Complementary color
Monochromatic Colors of #E95872
Black with #E95872
Text Example
Text Example
White with #E95872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95872; }
p { color: rgb(233,88,114); }
H1.HeaderClassName
{
color: #E95872;
}
.AnyTagClassName
{
color: #E95872;
}
</style>
background-color css
<style>
a { background-color: #E95872; }
a { background-color: rgb(233,88,114); }
div.DivClassName
{
background-color: #E95872;
}
.BgClassName
{
background-color: #E95872;
}
</style>
border-color css
<style>
span { border-color: #E95872; }
span { border-color: rgb(233,88,114); }
td.TdClassName
{
border-color: #E95872;
}
.TagClassName
{
border-color: #E95872;
}
</style>