Shades of Solid Pink #8E4246
Tints of Solid Pink #8E4246
RGB
CMYK
RGB Variations
Color information
#8E4246 (or 0x8E4246) is known color: Solid Pink. HEX triplet: 8E, 42 and 46. RGB value is (142,66,70). Sum of RGB (Red+Green+Blue) = 142+66+70=278 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.08% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 70 (27.73% from 255 or 25.18% from 278); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4246 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4246 is #71BDB9. Grayscale: #595959. Windows color (decimal): -7454138 or 4604558. OLE color: 4604558.
HSL color Cylindrical-coordinate representation of color #8E4246: hue angle of 356.84º 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 #8E4246 is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 66 | 70 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.44 |
| HSL | 356.84º | 0.37% | 0.41% | - |
| HSV(B) | 356.84º | 0.54% | 0.56% | - |
| XYZ | 14.21 | 10.09 | 6.99 | - |
| YUV | 89.18 | 117.18 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 66 | 70 | 0 | 0.54 | 0.51 | 0.44 | 356.84 | 0.37 | 0.41 |
| Hex | 8E | 42 | 46 | 0 | 36 | 33 | 2C | 165 | 25 | 29 |
| Octal | 216 | 102 | 106 | 0 | 66 | 63 | 54 | 545 | 45 | 51 |
| Binary | 10001110 | 1000010 | 1000110 | 0 | 110110 | 110011 | 101100 | 101100101 | 100101 | 101001 |
Color Harmonies of #8E4246
Complementary color
Monochromatic Colors of #8E4246
Black with #8E4246
Text Example
Text Example
White with #8E4246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4246; }
p { color: rgb(142,66,70); }
H1.HeaderClassName
{
color: #8E4246;
}
.AnyTagClassName
{
color: #8E4246;
}
</style>
background-color css
<style>
a { background-color: #8E4246; }
a { background-color: rgb(142,66,70); }
div.DivClassName
{
background-color: #8E4246;
}
.BgClassName
{
background-color: #8E4246;
}
</style>
border-color css
<style>
span { border-color: #8E4246; }
span { border-color: rgb(142,66,70); }
td.TdClassName
{
border-color: #8E4246;
}
.TagClassName
{
border-color: #8E4246;
}
</style>