Shades of Solid Pink #8E4E50
Tints of Solid Pink #8E4E50
RGB
CMYK
RGB Variations
Color information
#8E4E50 (or 0x8E4E50) is known color: Solid Pink. HEX triplet: 8E, 4E and 50. RGB value is (142,78,80). Sum of RGB (Red+Green+Blue) = 142+78+80=300 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.33% from 300); Green value is 78 (30.86% from 255 or 26% from 300); Blue value is 80 (31.64% from 255 or 26.67% from 300); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E4E50 is #71B1AF. Grayscale: #616161. Windows color (decimal): -7451056 or 5262990. OLE color: 5262990.
HSL color Cylindrical-coordinate representation of color #8E4E50: hue angle of 358.12º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8E4E50 is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 78 | 80 | - |
| CMYK | 0 | 0.45 | 0.44 | 0.44 |
| HSL | 358.13º | 0.29% | 0.43% | - |
| HSV(B) | 358.13º | 0.45% | 0.56% | - |
| XYZ | 15.33 | 11.78 | 9.06 | - |
| YUV | 97.36 | 118.2 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 78 | 80 | 0 | 0.45 | 0.44 | 0.44 | 358.13 | 0.29 | 0.43 |
| Hex | 8E | 4E | 50 | 0 | 2D | 2C | 2C | 166 | 1D | 2B |
| Octal | 216 | 116 | 120 | 0 | 55 | 54 | 54 | 546 | 35 | 53 |
| Binary | 10001110 | 1001110 | 1010000 | 0 | 101101 | 101100 | 101100 | 101100110 | 11101 | 101011 |
Color Harmonies of #8E4E50
Complementary color
Monochromatic Colors of #8E4E50
Black with #8E4E50
Text Example
Text Example
White with #8E4E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4E50; }
p { color: rgb(142,78,80); }
H1.HeaderClassName
{
color: #8E4E50;
}
.AnyTagClassName
{
color: #8E4E50;
}
</style>
background-color css
<style>
a { background-color: #8E4E50; }
a { background-color: rgb(142,78,80); }
div.DivClassName
{
background-color: #8E4E50;
}
.BgClassName
{
background-color: #8E4E50;
}
</style>
border-color css
<style>
span { border-color: #8E4E50; }
span { border-color: rgb(142,78,80); }
td.TdClassName
{
border-color: #8E4E50;
}
.TagClassName
{
border-color: #8E4E50;
}
</style>