Shades of Dark Pink #E85D8E
Tints of Dark Pink #E85D8E
RGB
CMYK
RGB Variations
Color information
#E85D8E (or 0xE85D8E) is known color: Dark Pink. HEX triplet: E8, 5D and 8E. RGB value is (232,93,142). Sum of RGB (Red+Green+Blue) = 232+93+142=467 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.68% from 467); Green value is 93 (36.72% from 255 or 19.91% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 232 - color contains mainly: red. Hex color #E85D8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85D8E is #17A271. Grayscale: #8C8C8C. Windows color (decimal): -1548914 or 9330152. OLE color: 9330152.
HSL color Cylindrical-coordinate representation of color #E85D8E: hue angle of 338.85º 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 #E85D8E is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 93 | 142 | - |
| CMYK | 0 | 0.60 | 0.39 | 0.09 |
| HSL | 338.85º | 0.75% | 0.64% | - |
| HSV(B) | 338.85º | 0.6% | 0.91% | - |
| XYZ | 42.08 | 26.94 | 28.57 | - |
| YUV | 140.15 | 129.05 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 93 | 142 | 0 | 0.60 | 0.39 | 0.09 | 338.85 | 0.75 | 0.64 |
| Hex | E8 | 5D | 8E | 0 | 3C | 27 | 9 | 153 | 4B | 40 |
| Octal | 350 | 135 | 216 | 0 | 74 | 47 | 11 | 523 | 113 | 100 |
| Binary | 11101000 | 1011101 | 10001110 | 0 | 111100 | 100111 | 1001 | 101010011 | 1001011 | 1000000 |
Color Harmonies of #E85D8E
Complementary color
Monochromatic Colors of #E85D8E
Black with #E85D8E
Text Example
Text Example
White with #E85D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85D8E; }
p { color: rgb(232,93,142); }
H1.HeaderClassName
{
color: #E85D8E;
}
.AnyTagClassName
{
color: #E85D8E;
}
</style>
background-color css
<style>
a { background-color: #E85D8E; }
a { background-color: rgb(232,93,142); }
div.DivClassName
{
background-color: #E85D8E;
}
.BgClassName
{
background-color: #E85D8E;
}
</style>
border-color css
<style>
span { border-color: #E85D8E; }
span { border-color: rgb(232,93,142); }
td.TdClassName
{
border-color: #E85D8E;
}
.TagClassName
{
border-color: #E85D8E;
}
</style>