Shades of Dark Pink #E85C8A
Tints of Dark Pink #E85C8A
RGB
CMYK
RGB Variations
Color information
#E85C8A (or 0xE85C8A) is known color: Dark Pink. HEX triplet: E8, 5C and 8A. RGB value is (232,92,138). Sum of RGB (Red+Green+Blue) = 232+92+138=462 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.22% from 462); Green value is 92 (36.33% from 255 or 19.91% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 232 - color contains mainly: red. Hex color #E85C8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85C8A is #17A375. Grayscale: #8B8B8B. Windows color (decimal): -1549174 or 9067752. OLE color: 9067752.
HSL color Cylindrical-coordinate representation of color #E85C8A: hue angle of 340.29º 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 #E85C8A is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 92 | 138 | - |
| CMYK | 0 | 0.60 | 0.41 | 0.09 |
| HSL | 340.29º | 0.75% | 0.64% | - |
| HSV(B) | 340.29º | 0.6% | 0.91% | - |
| XYZ | 41.69 | 26.65 | 26.99 | - |
| YUV | 139.1 | 127.38 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 92 | 138 | 0 | 0.60 | 0.41 | 0.09 | 340.29 | 0.75 | 0.64 |
| Hex | E8 | 5C | 8A | 0 | 3C | 29 | 9 | 154 | 4B | 40 |
| Octal | 350 | 134 | 212 | 0 | 74 | 51 | 11 | 524 | 113 | 100 |
| Binary | 11101000 | 1011100 | 10001010 | 0 | 111100 | 101001 | 1001 | 101010100 | 1001011 | 1000000 |
Color Harmonies of #E85C8A
Complementary color
Monochromatic Colors of #E85C8A
Black with #E85C8A
Text Example
Text Example
White with #E85C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85C8A; }
p { color: rgb(232,92,138); }
H1.HeaderClassName
{
color: #E85C8A;
}
.AnyTagClassName
{
color: #E85C8A;
}
</style>
background-color css
<style>
a { background-color: #E85C8A; }
a { background-color: rgb(232,92,138); }
div.DivClassName
{
background-color: #E85C8A;
}
.BgClassName
{
background-color: #E85C8A;
}
</style>
border-color css
<style>
span { border-color: #E85C8A; }
span { border-color: rgb(232,92,138); }
td.TdClassName
{
border-color: #E85C8A;
}
.TagClassName
{
border-color: #E85C8A;
}
</style>