Shades of Solid Pink #8E4247
Tints of Solid Pink #8E4247
RGB
CMYK
RGB Variations
Color information
#8E4247 (or 0x8E4247) is known color: Solid Pink. HEX triplet: 8E, 42 and 47. RGB value is (142,66,71). Sum of RGB (Red+Green+Blue) = 142+66+71=279 (36% of max value = 765). Red value is 142 (55.86% from 255 or 50.90% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 71 (28.12% from 255 or 25.45% from 279); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4247 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4247 is #71BDB8. Grayscale: #595959. Windows color (decimal): -7454137 or 4670094. OLE color: 4670094.
HSL color Cylindrical-coordinate representation of color #8E4247: hue angle of 356.05º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8E4247 is Cyan = 0, Magento = 0.54, Yellow = 0.5 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 66 | 71 | - |
| CMYK | 0 | 0.54 | 0.5 | 0.44 |
| HSL | 356.05º | 0.37% | 0.41% | - |
| HSV(B) | 356.05º | 0.54% | 0.56% | - |
| XYZ | 14.24 | 10.1 | 7.16 | - |
| YUV | 89.29 | 117.68 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 66 | 71 | 0 | 0.54 | 0.5 | 0.44 | 356.05 | 0.37 | 0.41 |
| Hex | 8E | 42 | 47 | 0 | 36 | 32 | 2C | 164 | 25 | 29 |
| Octal | 216 | 102 | 107 | 0 | 66 | 62 | 54 | 544 | 45 | 51 |
| Binary | 10001110 | 1000010 | 1000111 | 0 | 110110 | 110010 | 101100 | 101100100 | 100101 | 101001 |
Color Harmonies of #8E4247
Complementary color
Monochromatic Colors of #8E4247
Black with #8E4247
Text Example
Text Example
White with #8E4247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4247; }
p { color: rgb(142,66,71); }
H1.HeaderClassName
{
color: #8E4247;
}
.AnyTagClassName
{
color: #8E4247;
}
</style>
background-color css
<style>
a { background-color: #8E4247; }
a { background-color: rgb(142,66,71); }
div.DivClassName
{
background-color: #8E4247;
}
.BgClassName
{
background-color: #8E4247;
}
</style>
border-color css
<style>
span { border-color: #8E4247; }
span { border-color: rgb(142,66,71); }
td.TdClassName
{
border-color: #8E4247;
}
.TagClassName
{
border-color: #8E4247;
}
</style>