Shades of Solid Pink #8E5255
Tints of Solid Pink #8E5255
RGB
CMYK
RGB Variations
Color information
#8E5255 (or 0x8E5255) is known color: Solid Pink. HEX triplet: 8E, 52 and 55. RGB value is (142,82,85). Sum of RGB (Red+Green+Blue) = 142+82+85=309 (40% of max value = 765). Red value is 142 (55.86% from 255 or 45.95% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5255 is #71ADAA. Grayscale: #646464. Windows color (decimal): -7450027 or 5591694. OLE color: 5591694.
HSL color Cylindrical-coordinate representation of color #8E5255: hue angle of 357º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8E5255 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 82 | 85 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.44 |
| HSL | 357º | 0.27% | 0.44% | - |
| HSV(B) | 357º | 0.42% | 0.56% | - |
| XYZ | 15.81 | 12.44 | 10.16 | - |
| YUV | 100.28 | 119.38 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 82 | 85 | 0 | 0.42 | 0.40 | 0.44 | 357 | 0.27 | 0.44 |
| Hex | 8E | 52 | 55 | 0 | 2A | 28 | 2C | 165 | 1B | 2C |
| Octal | 216 | 122 | 125 | 0 | 52 | 50 | 54 | 545 | 33 | 54 |
| Binary | 10001110 | 1010010 | 1010101 | 0 | 101010 | 101000 | 101100 | 101100101 | 11011 | 101100 |
Color Harmonies of #8E5255
Complementary color
Monochromatic Colors of #8E5255
Black with #8E5255
Text Example
Text Example
White with #8E5255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5255; }
p { color: rgb(142,82,85); }
H1.HeaderClassName
{
color: #8E5255;
}
.AnyTagClassName
{
color: #8E5255;
}
</style>
background-color css
<style>
a { background-color: #8E5255; }
a { background-color: rgb(142,82,85); }
div.DivClassName
{
background-color: #8E5255;
}
.BgClassName
{
background-color: #8E5255;
}
</style>
border-color css
<style>
span { border-color: #8E5255; }
span { border-color: rgb(142,82,85); }
td.TdClassName
{
border-color: #8E5255;
}
.TagClassName
{
border-color: #8E5255;
}
</style>