Shades of Solid Pink #8E424A
Tints of Solid Pink #8E424A
RGB
CMYK
RGB Variations
Color information
#8E424A (or 0x8E424A) is known color: Solid Pink. HEX triplet: 8E, 42 and 4A. RGB value is (142,66,74). Sum of RGB (Red+Green+Blue) = 142+66+74=282 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.35% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 142 - color contains mainly: red. Hex color #8E424A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E424A is #71BDB5. Grayscale: #595959. Windows color (decimal): -7454134 or 4866702. OLE color: 4866702.
HSL color Cylindrical-coordinate representation of color #8E424A: hue angle of 353.68º 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 #8E424A is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 66 | 74 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.44 |
| HSL | 353.68º | 0.37% | 0.41% | - |
| HSV(B) | 353.68º | 0.54% | 0.56% | - |
| XYZ | 14.34 | 10.14 | 7.68 | - |
| YUV | 89.64 | 119.18 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 66 | 74 | 0 | 0.54 | 0.48 | 0.44 | 353.68 | 0.37 | 0.41 |
| Hex | 8E | 42 | 4A | 0 | 36 | 30 | 2C | 162 | 25 | 29 |
| Octal | 216 | 102 | 112 | 0 | 66 | 60 | 54 | 542 | 45 | 51 |
| Binary | 10001110 | 1000010 | 1001010 | 0 | 110110 | 110000 | 101100 | 101100010 | 100101 | 101001 |
Color Harmonies of #8E424A
Complementary color
Monochromatic Colors of #8E424A
Black with #8E424A
Text Example
Text Example
White with #8E424A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E424A; }
p { color: rgb(142,66,74); }
H1.HeaderClassName
{
color: #8E424A;
}
.AnyTagClassName
{
color: #8E424A;
}
</style>
background-color css
<style>
a { background-color: #8E424A; }
a { background-color: rgb(142,66,74); }
div.DivClassName
{
background-color: #8E424A;
}
.BgClassName
{
background-color: #8E424A;
}
</style>
border-color css
<style>
span { border-color: #8E424A; }
span { border-color: rgb(142,66,74); }
td.TdClassName
{
border-color: #8E424A;
}
.TagClassName
{
border-color: #8E424A;
}
</style>