Shades of Solid Pink #8E5058
Tints of Solid Pink #8E5058
RGB
CMYK
RGB Variations
Color information
#8E5058 (or 0x8E5058) is known color: Solid Pink. HEX triplet: 8E, 50 and 58. RGB value is (142,80,88). Sum of RGB (Red+Green+Blue) = 142+80+88=310 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.81% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 88 (34.77% from 255 or 28.39% from 310); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5058 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5058 is #71AFA7. Grayscale: #636363. Windows color (decimal): -7450536 or 5787790. OLE color: 5787790.
HSL color Cylindrical-coordinate representation of color #8E5058: hue angle of 352.26º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E5058 is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 80 | 88 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.44 |
| HSL | 352.26º | 0.28% | 0.44% | - |
| HSV(B) | 352.26º | 0.44% | 0.56% | - |
| XYZ | 15.79 | 12.19 | 10.75 | - |
| YUV | 99.45 | 121.54 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 80 | 88 | 0 | 0.44 | 0.38 | 0.44 | 352.26 | 0.28 | 0.44 |
| Hex | 8E | 50 | 58 | 0 | 2C | 26 | 2C | 160 | 1C | 2C |
| Octal | 216 | 120 | 130 | 0 | 54 | 46 | 54 | 540 | 34 | 54 |
| Binary | 10001110 | 1010000 | 1011000 | 0 | 101100 | 100110 | 101100 | 101100000 | 11100 | 101100 |
Color Harmonies of #8E5058
Complementary color
Monochromatic Colors of #8E5058
Black with #8E5058
Text Example
Text Example
White with #8E5058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5058; }
p { color: rgb(142,80,88); }
H1.HeaderClassName
{
color: #8E5058;
}
.AnyTagClassName
{
color: #8E5058;
}
</style>
background-color css
<style>
a { background-color: #8E5058; }
a { background-color: rgb(142,80,88); }
div.DivClassName
{
background-color: #8E5058;
}
.BgClassName
{
background-color: #8E5058;
}
</style>
border-color css
<style>
span { border-color: #8E5058; }
span { border-color: rgb(142,80,88); }
td.TdClassName
{
border-color: #8E5058;
}
.TagClassName
{
border-color: #8E5058;
}
</style>