Shades of Solid Pink #8E4F57
Tints of Solid Pink #8E4F57
RGB
CMYK
RGB Variations
Color information
#8E4F57 (or 0x8E4F57) is known color: Solid Pink. HEX triplet: 8E, 4F and 57. RGB value is (142,79,87). Sum of RGB (Red+Green+Blue) = 142+79+87=308 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.10% from 308); Green value is 79 (31.25% from 255 or 25.65% from 308); Blue value is 87 (34.38% from 255 or 28.25% from 308); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E4F57 is #71B0A8. Grayscale: #626262. Windows color (decimal): -7450793 or 5721998. OLE color: 5721998.
HSL color Cylindrical-coordinate representation of color #8E4F57: hue angle of 352.38º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E4F57 is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 79 | 87 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.44 |
| HSL | 352.38º | 0.29% | 0.43% | - |
| HSV(B) | 352.38º | 0.44% | 0.56% | - |
| XYZ | 15.67 | 12.03 | 10.51 | - |
| YUV | 98.75 | 121.37 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 79 | 87 | 0 | 0.44 | 0.39 | 0.44 | 352.38 | 0.29 | 0.43 |
| Hex | 8E | 4F | 57 | 0 | 2C | 27 | 2C | 160 | 1D | 2B |
| Octal | 216 | 117 | 127 | 0 | 54 | 47 | 54 | 540 | 35 | 53 |
| Binary | 10001110 | 1001111 | 1010111 | 0 | 101100 | 100111 | 101100 | 101100000 | 11101 | 101011 |
Color Harmonies of #8E4F57
Complementary color
Monochromatic Colors of #8E4F57
Black with #8E4F57
Text Example
Text Example
White with #8E4F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4F57; }
p { color: rgb(142,79,87); }
H1.HeaderClassName
{
color: #8E4F57;
}
.AnyTagClassName
{
color: #8E4F57;
}
</style>
background-color css
<style>
a { background-color: #8E4F57; }
a { background-color: rgb(142,79,87); }
div.DivClassName
{
background-color: #8E4F57;
}
.BgClassName
{
background-color: #8E4F57;
}
</style>
border-color css
<style>
span { border-color: #8E4F57; }
span { border-color: rgb(142,79,87); }
td.TdClassName
{
border-color: #8E4F57;
}
.TagClassName
{
border-color: #8E4F57;
}
</style>