Shades of Dark Pink #E85675
Tints of Dark Pink #E85675
RGB
CMYK
RGB Variations
Color information
#E85675 (or 0xE85675) is known color: Dark Pink. HEX triplet: E8, 56 and 75. RGB value is (232,86,117). Sum of RGB (Red+Green+Blue) = 232+86+117=435 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.33% from 435); Green value is 86 (33.98% from 255 or 19.77% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 232 - color contains mainly: red. Hex color #E85675 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85675 is #17A98A. Grayscale: #858585. Windows color (decimal): -1550731 or 7689960. OLE color: 7689960.
HSL color Cylindrical-coordinate representation of color #E85675: hue angle of 347.26º 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 #E85675 is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 86 | 117 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.09 |
| HSL | 347.26º | 0.76% | 0.62% | - |
| HSV(B) | 347.26º | 0.63% | 0.91% | - |
| XYZ | 39.82 | 25.1 | 19.57 | - |
| YUV | 133.19 | 118.87 | 198.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 86 | 117 | 0 | 0.63 | 0.50 | 0.09 | 347.26 | 0.76 | 0.62 |
| Hex | E8 | 56 | 75 | 0 | 3F | 32 | 9 | 15B | 4C | 3E |
| Octal | 350 | 126 | 165 | 0 | 77 | 62 | 11 | 533 | 114 | 76 |
| Binary | 11101000 | 1010110 | 1110101 | 0 | 111111 | 110010 | 1001 | 101011011 | 1001100 | 111110 |
Color Harmonies of #E85675
Complementary color
Monochromatic Colors of #E85675
Black with #E85675
Text Example
Text Example
White with #E85675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85675; }
p { color: rgb(232,86,117); }
H1.HeaderClassName
{
color: #E85675;
}
.AnyTagClassName
{
color: #E85675;
}
</style>
background-color css
<style>
a { background-color: #E85675; }
a { background-color: rgb(232,86,117); }
div.DivClassName
{
background-color: #E85675;
}
.BgClassName
{
background-color: #E85675;
}
</style>
border-color css
<style>
span { border-color: #E85675; }
span { border-color: rgb(232,86,117); }
td.TdClassName
{
border-color: #E85675;
}
.TagClassName
{
border-color: #E85675;
}
</style>