Shades of Dark Pink #E85F78
Tints of Dark Pink #E85F78
RGB
CMYK
RGB Variations
Color information
#E85F78 (or 0xE85F78) is known color: Dark Pink. HEX triplet: E8, 5F and 78. RGB value is (232,95,120). Sum of RGB (Red+Green+Blue) = 232+95+120=447 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.90% from 447); Green value is 95 (37.5% from 255 or 21.25% from 447); Blue value is 120 (47.27% from 255 or 26.85% from 447); Max value from RGB is 232 - color contains mainly: red. Hex color #E85F78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85F78 is #17A087. Grayscale: #8A8A8A. Windows color (decimal): -1548424 or 7888872. OLE color: 7888872.
HSL color Cylindrical-coordinate representation of color #E85F78: hue angle of 349.05º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E85F78 is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 95 | 120 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.09 |
| HSL | 349.05º | 0.75% | 0.64% | - |
| HSV(B) | 349.05º | 0.59% | 0.91% | - |
| XYZ | 40.76 | 26.7 | 20.77 | - |
| YUV | 138.81 | 117.39 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 95 | 120 | 0 | 0.59 | 0.48 | 0.09 | 349.05 | 0.75 | 0.64 |
| Hex | E8 | 5F | 78 | 0 | 3B | 30 | 9 | 15D | 4B | 40 |
| Octal | 350 | 137 | 170 | 0 | 73 | 60 | 11 | 535 | 113 | 100 |
| Binary | 11101000 | 1011111 | 1111000 | 0 | 111011 | 110000 | 1001 | 101011101 | 1001011 | 1000000 |
Color Harmonies of #E85F78
Complementary color
Monochromatic Colors of #E85F78
Black with #E85F78
Text Example
Text Example
White with #E85F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85F78; }
p { color: rgb(232,95,120); }
H1.HeaderClassName
{
color: #E85F78;
}
.AnyTagClassName
{
color: #E85F78;
}
</style>
background-color css
<style>
a { background-color: #E85F78; }
a { background-color: rgb(232,95,120); }
div.DivClassName
{
background-color: #E85F78;
}
.BgClassName
{
background-color: #E85F78;
}
</style>
border-color css
<style>
span { border-color: #E85F78; }
span { border-color: rgb(232,95,120); }
td.TdClassName
{
border-color: #E85F78;
}
.TagClassName
{
border-color: #E85F78;
}
</style>