Shades of Dark Pink #E85678
Tints of Dark Pink #E85678
RGB
CMYK
RGB Variations
Color information
#E85678 (or 0xE85678) is known color: Dark Pink. HEX triplet: E8, 56 and 78. RGB value is (232,86,120). Sum of RGB (Red+Green+Blue) = 232+86+120=438 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.97% from 438); Green value is 86 (33.98% from 255 or 19.63% from 438); Blue value is 120 (47.27% from 255 or 27.40% from 438); Max value from RGB is 232 - color contains mainly: red. Hex color #E85678 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85678 is #17A987. Grayscale: #858585. Windows color (decimal): -1550728 or 7886568. OLE color: 7886568.
HSL color Cylindrical-coordinate representation of color #E85678: hue angle of 346.03º 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 #E85678 is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 86 | 120 | - |
| CMYK | 0 | 0.63 | 0.48 | 0.09 |
| HSL | 346.03º | 0.76% | 0.62% | - |
| HSV(B) | 346.03º | 0.63% | 0.91% | - |
| XYZ | 40 | 25.17 | 20.52 | - |
| YUV | 133.53 | 120.37 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 86 | 120 | 0 | 0.63 | 0.48 | 0.09 | 346.03 | 0.76 | 0.62 |
| Hex | E8 | 56 | 78 | 0 | 3F | 30 | 9 | 15A | 4C | 3E |
| Octal | 350 | 126 | 170 | 0 | 77 | 60 | 11 | 532 | 114 | 76 |
| Binary | 11101000 | 1010110 | 1111000 | 0 | 111111 | 110000 | 1001 | 101011010 | 1001100 | 111110 |
Color Harmonies of #E85678
Complementary color
Monochromatic Colors of #E85678
Black with #E85678
Text Example
Text Example
White with #E85678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85678; }
p { color: rgb(232,86,120); }
H1.HeaderClassName
{
color: #E85678;
}
.AnyTagClassName
{
color: #E85678;
}
</style>
background-color css
<style>
a { background-color: #E85678; }
a { background-color: rgb(232,86,120); }
div.DivClassName
{
background-color: #E85678;
}
.BgClassName
{
background-color: #E85678;
}
</style>
border-color css
<style>
span { border-color: #E85678; }
span { border-color: rgb(232,86,120); }
td.TdClassName
{
border-color: #E85678;
}
.TagClassName
{
border-color: #E85678;
}
</style>