Shades of Solid Pink #8E4649
Tints of Solid Pink #8E4649
RGB
CMYK
RGB Variations
Color information
#8E4649 (or 0x8E4649) is known color: Solid Pink. HEX triplet: 8E, 46 and 49. RGB value is (142,70,73). Sum of RGB (Red+Green+Blue) = 142+70+73=285 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.82% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 73 (28.91% from 255 or 25.61% from 285); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4649 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4649 is #71B9B6. Grayscale: #5B5B5B. Windows color (decimal): -7453111 or 4802190. OLE color: 4802190.
HSL color Cylindrical-coordinate representation of color #8E4649: hue angle of 357.5º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8E4649 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 70 | 73 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.44 |
| HSL | 357.5º | 0.34% | 0.42% | - |
| HSV(B) | 357.5º | 0.51% | 0.56% | - |
| XYZ | 14.55 | 10.61 | 7.58 | - |
| YUV | 91.87 | 117.35 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 70 | 73 | 0 | 0.51 | 0.49 | 0.44 | 357.5 | 0.34 | 0.42 |
| Hex | 8E | 46 | 49 | 0 | 33 | 31 | 2C | 166 | 22 | 2A |
| Octal | 216 | 106 | 111 | 0 | 63 | 61 | 54 | 546 | 42 | 52 |
| Binary | 10001110 | 1000110 | 1001001 | 0 | 110011 | 110001 | 101100 | 101100110 | 100010 | 101010 |
Color Harmonies of #8E4649
Complementary color
Monochromatic Colors of #8E4649
Black with #8E4649
Text Example
Text Example
White with #8E4649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4649; }
p { color: rgb(142,70,73); }
H1.HeaderClassName
{
color: #8E4649;
}
.AnyTagClassName
{
color: #8E4649;
}
</style>
background-color css
<style>
a { background-color: #8E4649; }
a { background-color: rgb(142,70,73); }
div.DivClassName
{
background-color: #8E4649;
}
.BgClassName
{
background-color: #8E4649;
}
</style>
border-color css
<style>
span { border-color: #8E4649; }
span { border-color: rgb(142,70,73); }
td.TdClassName
{
border-color: #8E4649;
}
.TagClassName
{
border-color: #8E4649;
}
</style>