Shades of Solid Pink #8E4854
Tints of Solid Pink #8E4854
RGB
CMYK
RGB Variations
Color information
#8E4854 (or 0x8E4854) is known color: Solid Pink. HEX triplet: 8E, 48 and 54. RGB value is (142,72,84). Sum of RGB (Red+Green+Blue) = 142+72+84=298 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.65% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 84 (33.20% from 255 or 28.19% from 298); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4854 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4854 is #71B7AB. Grayscale: #5E5E5E. Windows color (decimal): -7452588 or 5523598. OLE color: 5523598.
HSL color Cylindrical-coordinate representation of color #8E4854: hue angle of 349.71º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8E4854 is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 72 | 84 | - |
| CMYK | 0 | 0.49 | 0.41 | 0.44 |
| HSL | 349.71º | 0.33% | 0.42% | - |
| HSV(B) | 349.71º | 0.49% | 0.56% | - |
| XYZ | 15.07 | 11.03 | 9.72 | - |
| YUV | 94.3 | 122.19 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 72 | 84 | 0 | 0.49 | 0.41 | 0.44 | 349.71 | 0.33 | 0.42 |
| Hex | 8E | 48 | 54 | 0 | 31 | 29 | 2C | 15E | 21 | 2A |
| Octal | 216 | 110 | 124 | 0 | 61 | 51 | 54 | 536 | 41 | 52 |
| Binary | 10001110 | 1001000 | 1010100 | 0 | 110001 | 101001 | 101100 | 101011110 | 100001 | 101010 |
Color Harmonies of #8E4854
Complementary color
Monochromatic Colors of #8E4854
Black with #8E4854
Text Example
Text Example
White with #8E4854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4854; }
p { color: rgb(142,72,84); }
H1.HeaderClassName
{
color: #8E4854;
}
.AnyTagClassName
{
color: #8E4854;
}
</style>
background-color css
<style>
a { background-color: #8E4854; }
a { background-color: rgb(142,72,84); }
div.DivClassName
{
background-color: #8E4854;
}
.BgClassName
{
background-color: #8E4854;
}
</style>
border-color css
<style>
span { border-color: #8E4854; }
span { border-color: rgb(142,72,84); }
td.TdClassName
{
border-color: #8E4854;
}
.TagClassName
{
border-color: #8E4854;
}
</style>