Shades of Solid Pink #8E4549
Tints of Solid Pink #8E4549
RGB
CMYK
RGB Variations
Color information
#8E4549 (or 0x8E4549) is known color: Solid Pink. HEX triplet: 8E, 45 and 49. RGB value is (142,69,73). Sum of RGB (Red+Green+Blue) = 142+69+73=284 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50% from 284); Green value is 69 (27.34% from 255 or 24.30% from 284); Blue value is 73 (28.91% from 255 or 25.70% from 284); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4549 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4549 is #71BAB6. Grayscale: #5B5B5B. Windows color (decimal): -7453367 or 4801934. OLE color: 4801934.
HSL color Cylindrical-coordinate representation of color #8E4549: hue angle of 356.71º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8E4549 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 69 | 73 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.44 |
| HSL | 356.71º | 0.35% | 0.41% | - |
| HSV(B) | 356.71º | 0.51% | 0.56% | - |
| XYZ | 14.49 | 10.49 | 7.56 | - |
| YUV | 91.28 | 117.68 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 69 | 73 | 0 | 0.51 | 0.49 | 0.44 | 356.71 | 0.35 | 0.41 |
| Hex | 8E | 45 | 49 | 0 | 33 | 31 | 2C | 165 | 23 | 29 |
| Octal | 216 | 105 | 111 | 0 | 63 | 61 | 54 | 545 | 43 | 51 |
| Binary | 10001110 | 1000101 | 1001001 | 0 | 110011 | 110001 | 101100 | 101100101 | 100011 | 101001 |
Color Harmonies of #8E4549
Complementary color
Monochromatic Colors of #8E4549
Black with #8E4549
Text Example
Text Example
White with #8E4549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4549; }
p { color: rgb(142,69,73); }
H1.HeaderClassName
{
color: #8E4549;
}
.AnyTagClassName
{
color: #8E4549;
}
</style>
background-color css
<style>
a { background-color: #8E4549; }
a { background-color: rgb(142,69,73); }
div.DivClassName
{
background-color: #8E4549;
}
.BgClassName
{
background-color: #8E4549;
}
</style>
border-color css
<style>
span { border-color: #8E4549; }
span { border-color: rgb(142,69,73); }
td.TdClassName
{
border-color: #8E4549;
}
.TagClassName
{
border-color: #8E4549;
}
</style>