Shades of Dark Pink #E85172
Tints of Dark Pink #E85172
RGB
CMYK
RGB Variations
Color information
#E85172 (or 0xE85172) is known color: Dark Pink. HEX triplet: E8, 51 and 72. RGB value is (232,81,114). Sum of RGB (Red+Green+Blue) = 232+81+114=427 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.33% from 427); Green value is 81 (32.03% from 255 or 18.97% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 232 - color contains mainly: red. Hex color #E85172 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85172 is #17AE8D. Grayscale: #818181. Windows color (decimal): -1552014 or 7492072. OLE color: 7492072.
HSL color Cylindrical-coordinate representation of color #E85172: hue angle of 346.89º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E85172 is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 81 | 114 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.09 |
| HSL | 346.89º | 0.77% | 0.61% | - |
| HSV(B) | 346.89º | 0.65% | 0.91% | - |
| XYZ | 39.26 | 24.26 | 18.53 | - |
| YUV | 129.91 | 119.03 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 81 | 114 | 0 | 0.65 | 0.51 | 0.09 | 346.89 | 0.77 | 0.61 |
| Hex | E8 | 51 | 72 | 0 | 41 | 33 | 9 | 15B | 4D | 3D |
| Octal | 350 | 121 | 162 | 0 | 101 | 63 | 11 | 533 | 115 | 75 |
| Binary | 11101000 | 1010001 | 1110010 | 0 | 1000001 | 110011 | 1001 | 101011011 | 1001101 | 111101 |
Color Harmonies of #E85172
Complementary color
Monochromatic Colors of #E85172
Black with #E85172
Text Example
Text Example
White with #E85172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85172; }
p { color: rgb(232,81,114); }
H1.HeaderClassName
{
color: #E85172;
}
.AnyTagClassName
{
color: #E85172;
}
</style>
background-color css
<style>
a { background-color: #E85172; }
a { background-color: rgb(232,81,114); }
div.DivClassName
{
background-color: #E85172;
}
.BgClassName
{
background-color: #E85172;
}
</style>
border-color css
<style>
span { border-color: #E85172; }
span { border-color: rgb(232,81,114); }
td.TdClassName
{
border-color: #E85172;
}
.TagClassName
{
border-color: #E85172;
}
</style>