Shades of Solid Pink #8E494B
Tints of Solid Pink #8E494B
RGB
CMYK
RGB Variations
Color information
#8E494B (or 0x8E494B) is known color: Solid Pink. HEX triplet: 8E, 49 and 4B. RGB value is (142,73,75). Sum of RGB (Red+Green+Blue) = 142+73+75=290 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.97% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 142 - color contains mainly: red. Hex color #8E494B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E494B is #71B6B4. Grayscale: #5D5D5D. Windows color (decimal): -7452341 or 4934030. OLE color: 4934030.
HSL color Cylindrical-coordinate representation of color #8E494B: hue angle of 358.26º degrees, saturation: 0.32, 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 #8E494B is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 73 | 75 | - |
| CMYK | 0 | 0.49 | 0.47 | 0.44 |
| HSL | 358.26º | 0.32% | 0.42% | - |
| HSV(B) | 358.26º | 0.49% | 0.56% | - |
| XYZ | 14.81 | 11.02 | 8 | - |
| YUV | 93.86 | 117.36 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 73 | 75 | 0 | 0.49 | 0.47 | 0.44 | 358.26 | 0.32 | 0.42 |
| Hex | 8E | 49 | 4B | 0 | 31 | 2F | 2C | 166 | 20 | 2A |
| Octal | 216 | 111 | 113 | 0 | 61 | 57 | 54 | 546 | 40 | 52 |
| Binary | 10001110 | 1001001 | 1001011 | 0 | 110001 | 101111 | 101100 | 101100110 | 100000 | 101010 |
Color Harmonies of #8E494B
Complementary color
Monochromatic Colors of #8E494B
Black with #8E494B
Text Example
Text Example
White with #8E494B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E494B; }
p { color: rgb(142,73,75); }
H1.HeaderClassName
{
color: #8E494B;
}
.AnyTagClassName
{
color: #8E494B;
}
</style>
background-color css
<style>
a { background-color: #8E494B; }
a { background-color: rgb(142,73,75); }
div.DivClassName
{
background-color: #8E494B;
}
.BgClassName
{
background-color: #8E494B;
}
</style>
border-color css
<style>
span { border-color: #8E494B; }
span { border-color: rgb(142,73,75); }
td.TdClassName
{
border-color: #8E494B;
}
.TagClassName
{
border-color: #8E494B;
}
</style>