Shades of Dark Pink #E85C7A
Tints of Dark Pink #E85C7A
RGB
CMYK
RGB Variations
Color information
#E85C7A (or 0xE85C7A) is known color: Dark Pink. HEX triplet: E8, 5C and 7A. RGB value is (232,92,122). Sum of RGB (Red+Green+Blue) = 232+92+122=446 (59% of max value = 765). Red value is 232 (91.02% from 255 or 52.02% from 446); Green value is 92 (36.33% from 255 or 20.63% from 446); Blue value is 122 (48.05% from 255 or 27.35% from 446); Max value from RGB is 232 - color contains mainly: red. Hex color #E85C7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85C7A is #17A385. Grayscale: #898989. Windows color (decimal): -1549190 or 8019176. OLE color: 8019176.
HSL color Cylindrical-coordinate representation of color #E85C7A: hue angle of 347.14º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E85C7A is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 92 | 122 | - |
| CMYK | 0 | 0.60 | 0.47 | 0.09 |
| HSL | 347.14º | 0.75% | 0.64% | - |
| HSV(B) | 347.14º | 0.6% | 0.91% | - |
| XYZ | 40.62 | 26.22 | 21.33 | - |
| YUV | 137.28 | 119.38 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 92 | 122 | 0 | 0.60 | 0.47 | 0.09 | 347.14 | 0.75 | 0.64 |
| Hex | E8 | 5C | 7A | 0 | 3C | 2F | 9 | 15B | 4B | 40 |
| Octal | 350 | 134 | 172 | 0 | 74 | 57 | 11 | 533 | 113 | 100 |
| Binary | 11101000 | 1011100 | 1111010 | 0 | 111100 | 101111 | 1001 | 101011011 | 1001011 | 1000000 |
Color Harmonies of #E85C7A
Complementary color
Monochromatic Colors of #E85C7A
Black with #E85C7A
Text Example
Text Example
White with #E85C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85C7A; }
p { color: rgb(232,92,122); }
H1.HeaderClassName
{
color: #E85C7A;
}
.AnyTagClassName
{
color: #E85C7A;
}
</style>
background-color css
<style>
a { background-color: #E85C7A; }
a { background-color: rgb(232,92,122); }
div.DivClassName
{
background-color: #E85C7A;
}
.BgClassName
{
background-color: #E85C7A;
}
</style>
border-color css
<style>
span { border-color: #E85C7A; }
span { border-color: rgb(232,92,122); }
td.TdClassName
{
border-color: #E85C7A;
}
.TagClassName
{
border-color: #E85C7A;
}
</style>