Shades of Dark Pink #E85A8C
Tints of Dark Pink #E85A8C
RGB
CMYK
RGB Variations
Color information
#E85A8C (or 0xE85A8C) is known color: Dark Pink. HEX triplet: E8, 5A and 8C. RGB value is (232,90,140). Sum of RGB (Red+Green+Blue) = 232+90+140=462 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.22% from 462); Green value is 90 (35.55% from 255 or 19.48% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 232 - color contains mainly: red. Hex color #E85A8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85A8C is #17A573. Grayscale: #8A8A8A. Windows color (decimal): -1549684 or 9198312. OLE color: 9198312.
HSL color Cylindrical-coordinate representation of color #E85A8C: hue angle of 338.87º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E85A8C is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 90 | 140 | - |
| CMYK | 0 | 0.61 | 0.40 | 0.09 |
| HSL | 338.87º | 0.76% | 0.63% | - |
| HSV(B) | 338.87º | 0.61% | 0.91% | - |
| XYZ | 41.67 | 26.36 | 27.7 | - |
| YUV | 138.16 | 129.04 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 90 | 140 | 0 | 0.61 | 0.40 | 0.09 | 338.87 | 0.76 | 0.63 |
| Hex | E8 | 5A | 8C | 0 | 3D | 28 | 9 | 153 | 4C | 3F |
| Octal | 350 | 132 | 214 | 0 | 75 | 50 | 11 | 523 | 114 | 77 |
| Binary | 11101000 | 1011010 | 10001100 | 0 | 111101 | 101000 | 1001 | 101010011 | 1001100 | 111111 |
Color Harmonies of #E85A8C
Complementary color
Monochromatic Colors of #E85A8C
Black with #E85A8C
Text Example
Text Example
White with #E85A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85A8C; }
p { color: rgb(232,90,140); }
H1.HeaderClassName
{
color: #E85A8C;
}
.AnyTagClassName
{
color: #E85A8C;
}
</style>
background-color css
<style>
a { background-color: #E85A8C; }
a { background-color: rgb(232,90,140); }
div.DivClassName
{
background-color: #E85A8C;
}
.BgClassName
{
background-color: #E85A8C;
}
</style>
border-color css
<style>
span { border-color: #E85A8C; }
span { border-color: rgb(232,90,140); }
td.TdClassName
{
border-color: #E85A8C;
}
.TagClassName
{
border-color: #E85A8C;
}
</style>