Shades of Solid Pink #8E5158
Tints of Solid Pink #8E5158
RGB
CMYK
RGB Variations
Color information
#8E5158 (or 0x8E5158) is known color: Solid Pink. HEX triplet: 8E, 51 and 58. RGB value is (142,81,88). Sum of RGB (Red+Green+Blue) = 142+81+88=311 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.66% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 88 (34.77% from 255 or 28.30% from 311); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5158 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5158 is #71AEA7. Grayscale: #646464. Windows color (decimal): -7450280 or 5788046. OLE color: 5788046.
HSL color Cylindrical-coordinate representation of color #8E5158: hue angle of 353.11º 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 #8E5158 is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 81 | 88 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.44 |
| HSL | 353.11º | 0.27% | 0.44% | - |
| HSV(B) | 353.11º | 0.43% | 0.56% | - |
| XYZ | 15.86 | 12.34 | 10.78 | - |
| YUV | 100.04 | 121.21 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 81 | 88 | 0 | 0.43 | 0.38 | 0.44 | 353.11 | 0.27 | 0.44 |
| Hex | 8E | 51 | 58 | 0 | 2B | 26 | 2C | 161 | 1B | 2C |
| Octal | 216 | 121 | 130 | 0 | 53 | 46 | 54 | 541 | 33 | 54 |
| Binary | 10001110 | 1010001 | 1011000 | 0 | 101011 | 100110 | 101100 | 101100001 | 11011 | 101100 |
Color Harmonies of #8E5158
Complementary color
Monochromatic Colors of #8E5158
Black with #8E5158
Text Example
Text Example
White with #8E5158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5158; }
p { color: rgb(142,81,88); }
H1.HeaderClassName
{
color: #8E5158;
}
.AnyTagClassName
{
color: #8E5158;
}
</style>
background-color css
<style>
a { background-color: #8E5158; }
a { background-color: rgb(142,81,88); }
div.DivClassName
{
background-color: #8E5158;
}
.BgClassName
{
background-color: #8E5158;
}
</style>
border-color css
<style>
span { border-color: #8E5158; }
span { border-color: rgb(142,81,88); }
td.TdClassName
{
border-color: #8E5158;
}
.TagClassName
{
border-color: #8E5158;
}
</style>