Shades of Dark Pink #E85083
Tints of Dark Pink #E85083
RGB
CMYK
RGB Variations
Color information
#E85083 (or 0xE85083) is known color: Dark Pink. HEX triplet: E8, 50 and 83. RGB value is (232,80,131). Sum of RGB (Red+Green+Blue) = 232+80+131=443 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.37% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 131 (51.56% from 255 or 29.57% from 443); Max value from RGB is 232 - color contains mainly: red. Hex color #E85083 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85083 is #17AF7C. Grayscale: #838383. Windows color (decimal): -1552253 or 8605928. OLE color: 8605928.
HSL color Cylindrical-coordinate representation of color #E85083: hue angle of 339.87º 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 #E85083 is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 80 | 131 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.09 |
| HSL | 339.87º | 0.77% | 0.61% | - |
| HSV(B) | 339.87º | 0.66% | 0.91% | - |
| XYZ | 40.24 | 24.53 | 24.09 | - |
| YUV | 131.26 | 127.86 | 199.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 80 | 131 | 0 | 0.66 | 0.44 | 0.09 | 339.87 | 0.77 | 0.61 |
| Hex | E8 | 50 | 83 | 0 | 42 | 2C | 9 | 154 | 4D | 3D |
| Octal | 350 | 120 | 203 | 0 | 102 | 54 | 11 | 524 | 115 | 75 |
| Binary | 11101000 | 1010000 | 10000011 | 0 | 1000010 | 101100 | 1001 | 101010100 | 1001101 | 111101 |
Color Harmonies of #E85083
Complementary color
Monochromatic Colors of #E85083
Black with #E85083
Text Example
Text Example
White with #E85083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85083; }
p { color: rgb(232,80,131); }
H1.HeaderClassName
{
color: #E85083;
}
.AnyTagClassName
{
color: #E85083;
}
</style>
background-color css
<style>
a { background-color: #E85083; }
a { background-color: rgb(232,80,131); }
div.DivClassName
{
background-color: #E85083;
}
.BgClassName
{
background-color: #E85083;
}
</style>
border-color css
<style>
span { border-color: #E85083; }
span { border-color: rgb(232,80,131); }
td.TdClassName
{
border-color: #E85083;
}
.TagClassName
{
border-color: #E85083;
}
</style>