Shades of Solid Pink #8E5055
Tints of Solid Pink #8E5055
RGB
CMYK
RGB Variations
Color information
#8E5055 (or 0x8E5055) is known color: Solid Pink. HEX triplet: 8E, 50 and 55. RGB value is (142,80,85). Sum of RGB (Red+Green+Blue) = 142+80+85=307 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.25% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5055 is #71AFAA. Grayscale: #636363. Windows color (decimal): -7450539 or 5591182. OLE color: 5591182.
HSL color Cylindrical-coordinate representation of color #8E5055: hue angle of 355.16º 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 #8E5055 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 80 | 85 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.44 |
| HSL | 355.16º | 0.28% | 0.44% | - |
| HSV(B) | 355.16º | 0.44% | 0.56% | - |
| XYZ | 15.66 | 12.14 | 10.11 | - |
| YUV | 99.11 | 120.04 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 80 | 85 | 0 | 0.44 | 0.40 | 0.44 | 355.16 | 0.28 | 0.44 |
| Hex | 8E | 50 | 55 | 0 | 2C | 28 | 2C | 163 | 1C | 2C |
| Octal | 216 | 120 | 125 | 0 | 54 | 50 | 54 | 543 | 34 | 54 |
| Binary | 10001110 | 1010000 | 1010101 | 0 | 101100 | 101000 | 101100 | 101100011 | 11100 | 101100 |
Color Harmonies of #8E5055
Complementary color
Monochromatic Colors of #8E5055
Black with #8E5055
Text Example
Text Example
White with #8E5055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5055; }
p { color: rgb(142,80,85); }
H1.HeaderClassName
{
color: #8E5055;
}
.AnyTagClassName
{
color: #8E5055;
}
</style>
background-color css
<style>
a { background-color: #8E5055; }
a { background-color: rgb(142,80,85); }
div.DivClassName
{
background-color: #8E5055;
}
.BgClassName
{
background-color: #8E5055;
}
</style>
border-color css
<style>
span { border-color: #8E5055; }
span { border-color: rgb(142,80,85); }
td.TdClassName
{
border-color: #8E5055;
}
.TagClassName
{
border-color: #8E5055;
}
</style>