Shades of Dark Pink #E85685
Tints of Dark Pink #E85685
RGB
CMYK
RGB Variations
Color information
#E85685 (or 0xE85685) is known color: Dark Pink. HEX triplet: E8, 56 and 85. RGB value is (232,86,133). Sum of RGB (Red+Green+Blue) = 232+86+133=451 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.44% from 451); Green value is 86 (33.98% from 255 or 19.07% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 232 - color contains mainly: red. Hex color #E85685 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85685 is #17A97A. Grayscale: #868686. Windows color (decimal): -1550715 or 8738536. OLE color: 8738536.
HSL color Cylindrical-coordinate representation of color #E85685: hue angle of 340.68º 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 #E85685 is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 86 | 133 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.09 |
| HSL | 340.68º | 0.76% | 0.62% | - |
| HSV(B) | 340.68º | 0.63% | 0.91% | - |
| XYZ | 40.84 | 25.5 | 24.96 | - |
| YUV | 135.01 | 126.87 | 197.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 86 | 133 | 0 | 0.63 | 0.43 | 0.09 | 340.68 | 0.76 | 0.62 |
| Hex | E8 | 56 | 85 | 0 | 3F | 2B | 9 | 155 | 4C | 3E |
| Octal | 350 | 126 | 205 | 0 | 77 | 53 | 11 | 525 | 114 | 76 |
| Binary | 11101000 | 1010110 | 10000101 | 0 | 111111 | 101011 | 1001 | 101010101 | 1001100 | 111110 |
Color Harmonies of #E85685
Complementary color
Monochromatic Colors of #E85685
Black with #E85685
Text Example
Text Example
White with #E85685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85685; }
p { color: rgb(232,86,133); }
H1.HeaderClassName
{
color: #E85685;
}
.AnyTagClassName
{
color: #E85685;
}
</style>
background-color css
<style>
a { background-color: #E85685; }
a { background-color: rgb(232,86,133); }
div.DivClassName
{
background-color: #E85685;
}
.BgClassName
{
background-color: #E85685;
}
</style>
border-color css
<style>
span { border-color: #E85685; }
span { border-color: rgb(232,86,133); }
td.TdClassName
{
border-color: #E85685;
}
.TagClassName
{
border-color: #E85685;
}
</style>