Shades of Solid Pink #8E5758
Tints of Solid Pink #8E5758
RGB
CMYK
RGB Variations
Color information
#8E5758 (or 0x8E5758) is known color: Solid Pink. HEX triplet: 8E, 57 and 58. RGB value is (142,87,88). Sum of RGB (Red+Green+Blue) = 142+87+88=317 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.79% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 88 (34.77% from 255 or 27.76% from 317); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5758 is #71A8A7. Grayscale: #676767. Windows color (decimal): -7448744 or 5789582. OLE color: 5789582.
HSL color Cylindrical-coordinate representation of color #8E5758: hue angle of 358.91º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8E5758 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 87 | 88 | - |
| CMYK | 0 | 0.39 | 0.38 | 0.44 |
| HSL | 358.91º | 0.24% | 0.45% | - |
| HSV(B) | 358.91º | 0.39% | 0.56% | - |
| XYZ | 16.32 | 13.27 | 10.93 | - |
| YUV | 103.56 | 119.22 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 87 | 88 | 0 | 0.39 | 0.38 | 0.44 | 358.91 | 0.24 | 0.45 |
| Hex | 8E | 57 | 58 | 0 | 27 | 26 | 2C | 167 | 18 | 2D |
| Octal | 216 | 127 | 130 | 0 | 47 | 46 | 54 | 547 | 30 | 55 |
| Binary | 10001110 | 1010111 | 1011000 | 0 | 100111 | 100110 | 101100 | 101100111 | 11000 | 101101 |
Color Harmonies of #8E5758
Complementary color
Monochromatic Colors of #8E5758
Black with #8E5758
Text Example
Text Example
White with #8E5758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5758; }
p { color: rgb(142,87,88); }
H1.HeaderClassName
{
color: #8E5758;
}
.AnyTagClassName
{
color: #8E5758;
}
</style>
background-color css
<style>
a { background-color: #8E5758; }
a { background-color: rgb(142,87,88); }
div.DivClassName
{
background-color: #8E5758;
}
.BgClassName
{
background-color: #8E5758;
}
</style>
border-color css
<style>
span { border-color: #8E5758; }
span { border-color: rgb(142,87,88); }
td.TdClassName
{
border-color: #8E5758;
}
.TagClassName
{
border-color: #8E5758;
}
</style>