Shades of Dark Pink #E85C8F
Tints of Dark Pink #E85C8F
RGB
CMYK
RGB Variations
Color information
#E85C8F (or 0xE85C8F) is known color: Dark Pink. HEX triplet: E8, 5C and 8F. RGB value is (232,92,143). Sum of RGB (Red+Green+Blue) = 232+92+143=467 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.68% from 467); Green value is 92 (36.33% from 255 or 19.70% from 467); Blue value is 143 (56.25% from 255 or 30.62% from 467); Max value from RGB is 232 - color contains mainly: red. Hex color #E85C8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85C8F is #17A370. Grayscale: #8B8B8B. Windows color (decimal): -1549169 or 9395432. OLE color: 9395432.
HSL color Cylindrical-coordinate representation of color #E85C8F: hue angle of 338.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 #E85C8F is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 92 | 143 | - |
| CMYK | 0 | 0.60 | 0.38 | 0.09 |
| HSL | 338.14º | 0.75% | 0.64% | - |
| HSV(B) | 338.14º | 0.6% | 0.91% | - |
| XYZ | 42.06 | 26.79 | 28.94 | - |
| YUV | 139.67 | 129.88 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 92 | 143 | 0 | 0.60 | 0.38 | 0.09 | 338.14 | 0.75 | 0.64 |
| Hex | E8 | 5C | 8F | 0 | 3C | 26 | 9 | 152 | 4B | 40 |
| Octal | 350 | 134 | 217 | 0 | 74 | 46 | 11 | 522 | 113 | 100 |
| Binary | 11101000 | 1011100 | 10001111 | 0 | 111100 | 100110 | 1001 | 101010010 | 1001011 | 1000000 |
Color Harmonies of #E85C8F
Complementary color
Monochromatic Colors of #E85C8F
Black with #E85C8F
Text Example
Text Example
White with #E85C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85C8F; }
p { color: rgb(232,92,143); }
H1.HeaderClassName
{
color: #E85C8F;
}
.AnyTagClassName
{
color: #E85C8F;
}
</style>
background-color css
<style>
a { background-color: #E85C8F; }
a { background-color: rgb(232,92,143); }
div.DivClassName
{
background-color: #E85C8F;
}
.BgClassName
{
background-color: #E85C8F;
}
</style>
border-color css
<style>
span { border-color: #E85C8F; }
span { border-color: rgb(232,92,143); }
td.TdClassName
{
border-color: #E85C8F;
}
.TagClassName
{
border-color: #E85C8F;
}
</style>