Shades of Dark Pink #E85085
Tints of Dark Pink #E85085
RGB
CMYK
RGB Variations
Color information
#E85085 (or 0xE85085) is known color: Dark Pink. HEX triplet: E8, 50 and 85. RGB value is (232,80,133). Sum of RGB (Red+Green+Blue) = 232+80+133=445 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.13% from 445); Green value is 80 (31.64% from 255 or 17.98% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 232 - color contains mainly: red. Hex color #E85085 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85085 is #17AF7A. Grayscale: #838383. Windows color (decimal): -1552251 or 8737000. OLE color: 8737000.
HSL color Cylindrical-coordinate representation of color #E85085: hue angle of 339.08º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E85085 is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 80 | 133 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.09 |
| HSL | 339.08º | 0.77% | 0.61% | - |
| HSV(B) | 339.08º | 0.66% | 0.91% | - |
| XYZ | 40.38 | 24.59 | 24.81 | - |
| YUV | 131.49 | 128.86 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 80 | 133 | 0 | 0.66 | 0.43 | 0.09 | 339.08 | 0.77 | 0.61 |
| Hex | E8 | 50 | 85 | 0 | 42 | 2B | 9 | 153 | 4D | 3D |
| Octal | 350 | 120 | 205 | 0 | 102 | 53 | 11 | 523 | 115 | 75 |
| Binary | 11101000 | 1010000 | 10000101 | 0 | 1000010 | 101011 | 1001 | 101010011 | 1001101 | 111101 |
Color Harmonies of #E85085
Complementary color
Monochromatic Colors of #E85085
Black with #E85085
Text Example
Text Example
White with #E85085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85085; }
p { color: rgb(232,80,133); }
H1.HeaderClassName
{
color: #E85085;
}
.AnyTagClassName
{
color: #E85085;
}
</style>
background-color css
<style>
a { background-color: #E85085; }
a { background-color: rgb(232,80,133); }
div.DivClassName
{
background-color: #E85085;
}
.BgClassName
{
background-color: #E85085;
}
</style>
border-color css
<style>
span { border-color: #E85085; }
span { border-color: rgb(232,80,133); }
td.TdClassName
{
border-color: #E85085;
}
.TagClassName
{
border-color: #E85085;
}
</style>