Shades of Solid Pink #8E5156
Tints of Solid Pink #8E5156
RGB
CMYK
RGB Variations
Color information
#8E5156 (or 0x8E5156) is known color: Solid Pink. HEX triplet: 8E, 51 and 56. RGB value is (142,81,86). Sum of RGB (Red+Green+Blue) = 142+81+86=309 (40% of max value = 765). Red value is 142 (55.86% from 255 or 45.95% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 86 (33.98% from 255 or 27.83% from 309); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5156 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5156 is #71AEA9. Grayscale: #636363. Windows color (decimal): -7450282 or 5656974. OLE color: 5656974.
HSL color Cylindrical-coordinate representation of color #8E5156: hue angle of 355.08º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8E5156 is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 81 | 86 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.44 |
| HSL | 355.08º | 0.27% | 0.44% | - |
| HSV(B) | 355.08º | 0.43% | 0.56% | - |
| XYZ | 15.78 | 12.31 | 10.35 | - |
| YUV | 99.81 | 120.21 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 81 | 86 | 0 | 0.43 | 0.39 | 0.44 | 355.08 | 0.27 | 0.44 |
| Hex | 8E | 51 | 56 | 0 | 2B | 27 | 2C | 163 | 1B | 2C |
| Octal | 216 | 121 | 126 | 0 | 53 | 47 | 54 | 543 | 33 | 54 |
| Binary | 10001110 | 1010001 | 1010110 | 0 | 101011 | 100111 | 101100 | 101100011 | 11011 | 101100 |
Color Harmonies of #8E5156
Complementary color
Monochromatic Colors of #8E5156
Black with #8E5156
Text Example
Text Example
White with #8E5156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5156; }
p { color: rgb(142,81,86); }
H1.HeaderClassName
{
color: #8E5156;
}
.AnyTagClassName
{
color: #8E5156;
}
</style>
background-color css
<style>
a { background-color: #8E5156; }
a { background-color: rgb(142,81,86); }
div.DivClassName
{
background-color: #8E5156;
}
.BgClassName
{
background-color: #8E5156;
}
</style>
border-color css
<style>
span { border-color: #8E5156; }
span { border-color: rgb(142,81,86); }
td.TdClassName
{
border-color: #8E5156;
}
.TagClassName
{
border-color: #8E5156;
}
</style>