Shades of Solid Pink #8E434C
Tints of Solid Pink #8E434C
RGB
CMYK
RGB Variations
Color information
#8E434C (or 0x8E434C) is known color: Solid Pink. HEX triplet: 8E, 43 and 4C. RGB value is (142,67,76). Sum of RGB (Red+Green+Blue) = 142+67+76=285 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.82% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 142 - color contains mainly: red. Hex color #8E434C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E434C is #71BCB3. Grayscale: #5A5A5A. Windows color (decimal): -7453876 or 4998030. OLE color: 4998030.
HSL color Cylindrical-coordinate representation of color #8E434C: hue angle of 352.8º 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 #8E434C is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 67 | 76 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.44 |
| HSL | 352.8º | 0.36% | 0.41% | - |
| HSV(B) | 352.8º | 0.53% | 0.56% | - |
| XYZ | 14.47 | 10.29 | 8.06 | - |
| YUV | 90.45 | 119.85 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 67 | 76 | 0 | 0.53 | 0.46 | 0.44 | 352.8 | 0.36 | 0.41 |
| Hex | 8E | 43 | 4C | 0 | 35 | 2E | 2C | 161 | 24 | 29 |
| Octal | 216 | 103 | 114 | 0 | 65 | 56 | 54 | 541 | 44 | 51 |
| Binary | 10001110 | 1000011 | 1001100 | 0 | 110101 | 101110 | 101100 | 101100001 | 100100 | 101001 |
Color Harmonies of #8E434C
Complementary color
Monochromatic Colors of #8E434C
Black with #8E434C
Text Example
Text Example
White with #8E434C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E434C; }
p { color: rgb(142,67,76); }
H1.HeaderClassName
{
color: #8E434C;
}
.AnyTagClassName
{
color: #8E434C;
}
</style>
background-color css
<style>
a { background-color: #8E434C; }
a { background-color: rgb(142,67,76); }
div.DivClassName
{
background-color: #8E434C;
}
.BgClassName
{
background-color: #8E434C;
}
</style>
border-color css
<style>
span { border-color: #8E434C; }
span { border-color: rgb(142,67,76); }
td.TdClassName
{
border-color: #8E434C;
}
.TagClassName
{
border-color: #8E434C;
}
</style>