Shades of Dark Pink #E85672
Tints of Dark Pink #E85672
RGB
CMYK
RGB Variations
Color information
#E85672 (or 0xE85672) is known color: Dark Pink. HEX triplet: E8, 56 and 72. RGB value is (232,86,114). Sum of RGB (Red+Green+Blue) = 232+86+114=432 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.70% from 432); Green value is 86 (33.98% from 255 or 19.91% from 432); Blue value is 114 (44.92% from 255 or 26.39% from 432); Max value from RGB is 232 - color contains mainly: red. Hex color #E85672 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85672 is #17A98D. Grayscale: #848484. Windows color (decimal): -1550734 or 7493352. OLE color: 7493352.
HSL color Cylindrical-coordinate representation of color #E85672: hue angle of 348.49º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E85672 is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 86 | 114 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.09 |
| HSL | 348.49º | 0.76% | 0.62% | - |
| HSV(B) | 348.49º | 0.63% | 0.91% | - |
| XYZ | 39.64 | 25.03 | 18.66 | - |
| YUV | 132.85 | 117.37 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 86 | 114 | 0 | 0.63 | 0.51 | 0.09 | 348.49 | 0.76 | 0.62 |
| Hex | E8 | 56 | 72 | 0 | 3F | 33 | 9 | 15C | 4C | 3E |
| Octal | 350 | 126 | 162 | 0 | 77 | 63 | 11 | 534 | 114 | 76 |
| Binary | 11101000 | 1010110 | 1110010 | 0 | 111111 | 110011 | 1001 | 101011100 | 1001100 | 111110 |
Color Harmonies of #E85672
Complementary color
Monochromatic Colors of #E85672
Black with #E85672
Text Example
Text Example
White with #E85672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85672; }
p { color: rgb(232,86,114); }
H1.HeaderClassName
{
color: #E85672;
}
.AnyTagClassName
{
color: #E85672;
}
</style>
background-color css
<style>
a { background-color: #E85672; }
a { background-color: rgb(232,86,114); }
div.DivClassName
{
background-color: #E85672;
}
.BgClassName
{
background-color: #E85672;
}
</style>
border-color css
<style>
span { border-color: #E85672; }
span { border-color: rgb(232,86,114); }
td.TdClassName
{
border-color: #E85672;
}
.TagClassName
{
border-color: #E85672;
}
</style>