Shades of Solid Pink #8E4350
Tints of Solid Pink #8E4350
RGB
CMYK
RGB Variations
Color information
#8E4350 (or 0x8E4350) is known color: Solid Pink. HEX triplet: 8E, 43 and 50. RGB value is (142,67,80). Sum of RGB (Red+Green+Blue) = 142+67+80=289 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.13% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4350 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4350 is #71BCAF. Grayscale: #5A5A5A. Windows color (decimal): -7453872 or 5260174. OLE color: 5260174.
HSL color Cylindrical-coordinate representation of color #8E4350: hue angle of 349.6º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8E4350 is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 67 | 80 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.44 |
| HSL | 349.6º | 0.36% | 0.41% | - |
| HSV(B) | 349.6º | 0.53% | 0.56% | - |
| XYZ | 14.61 | 10.34 | 8.82 | - |
| YUV | 90.91 | 121.85 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 67 | 80 | 0 | 0.53 | 0.44 | 0.44 | 349.6 | 0.36 | 0.41 |
| Hex | 8E | 43 | 50 | 0 | 35 | 2C | 2C | 15E | 24 | 29 |
| Octal | 216 | 103 | 120 | 0 | 65 | 54 | 54 | 536 | 44 | 51 |
| Binary | 10001110 | 1000011 | 1010000 | 0 | 110101 | 101100 | 101100 | 101011110 | 100100 | 101001 |
Color Harmonies of #8E4350
Complementary color
Monochromatic Colors of #8E4350
Black with #8E4350
Text Example
Text Example
White with #8E4350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4350; }
p { color: rgb(142,67,80); }
H1.HeaderClassName
{
color: #8E4350;
}
.AnyTagClassName
{
color: #8E4350;
}
</style>
background-color css
<style>
a { background-color: #8E4350; }
a { background-color: rgb(142,67,80); }
div.DivClassName
{
background-color: #8E4350;
}
.BgClassName
{
background-color: #8E4350;
}
</style>
border-color css
<style>
span { border-color: #8E4350; }
span { border-color: rgb(142,67,80); }
td.TdClassName
{
border-color: #8E4350;
}
.TagClassName
{
border-color: #8E4350;
}
</style>