Shades of Solid Pink #8E5354
Tints of Solid Pink #8E5354
RGB
CMYK
RGB Variations
Color information
#8E5354 (or 0x8E5354) is known color: Solid Pink. HEX triplet: 8E, 53 and 54. RGB value is (142,83,84). Sum of RGB (Red+Green+Blue) = 142+83+84=309 (40% of max value = 765). Red value is 142 (55.86% from 255 or 45.95% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 84 (33.20% from 255 or 27.18% from 309); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5354 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5354 is #71ACAB. Grayscale: #646464. Windows color (decimal): -7449772 or 5526414. OLE color: 5526414.
HSL color Cylindrical-coordinate representation of color #8E5354: hue angle of 358.98º degrees, saturation: 0.26, 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 #8E5354 is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 83 | 84 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.44 |
| HSL | 358.98º | 0.26% | 0.44% | - |
| HSV(B) | 358.98º | 0.42% | 0.56% | - |
| XYZ | 15.85 | 12.58 | 9.98 | - |
| YUV | 100.76 | 118.55 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 83 | 84 | 0 | 0.42 | 0.41 | 0.44 | 358.98 | 0.26 | 0.44 |
| Hex | 8E | 53 | 54 | 0 | 2A | 29 | 2C | 167 | 1A | 2C |
| Octal | 216 | 123 | 124 | 0 | 52 | 51 | 54 | 547 | 32 | 54 |
| Binary | 10001110 | 1010011 | 1010100 | 0 | 101010 | 101001 | 101100 | 101100111 | 11010 | 101100 |
Color Harmonies of #8E5354
Complementary color
Monochromatic Colors of #8E5354
Black with #8E5354
Text Example
Text Example
White with #8E5354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5354; }
p { color: rgb(142,83,84); }
H1.HeaderClassName
{
color: #8E5354;
}
.AnyTagClassName
{
color: #8E5354;
}
</style>
background-color css
<style>
a { background-color: #8E5354; }
a { background-color: rgb(142,83,84); }
div.DivClassName
{
background-color: #8E5354;
}
.BgClassName
{
background-color: #8E5354;
}
</style>
border-color css
<style>
span { border-color: #8E5354; }
span { border-color: rgb(142,83,84); }
td.TdClassName
{
border-color: #8E5354;
}
.TagClassName
{
border-color: #8E5354;
}
</style>