Shades of Solid Pink #8E4547
Tints of Solid Pink #8E4547
RGB
CMYK
RGB Variations
Color information
#8E4547 (or 0x8E4547) is known color: Solid Pink. HEX triplet: 8E, 45 and 47. RGB value is (142,69,71). Sum of RGB (Red+Green+Blue) = 142+69+71=282 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.35% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 71 (28.12% from 255 or 25.18% from 282); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4547 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4547 is #71BAB8. Grayscale: #5B5B5B. Windows color (decimal): -7453369 or 4670862. OLE color: 4670862.
HSL color Cylindrical-coordinate representation of color #8E4547: hue angle of 358.36º 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 #8E4547 is Cyan = 0, Magento = 0.51, Yellow = 0.5 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 69 | 71 | - |
| CMYK | 0 | 0.51 | 0.5 | 0.44 |
| HSL | 358.36º | 0.35% | 0.41% | - |
| HSV(B) | 358.36º | 0.51% | 0.56% | - |
| XYZ | 14.42 | 10.46 | 7.22 | - |
| YUV | 91.06 | 116.68 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 69 | 71 | 0 | 0.51 | 0.5 | 0.44 | 358.36 | 0.35 | 0.41 |
| Hex | 8E | 45 | 47 | 0 | 33 | 32 | 2C | 166 | 23 | 29 |
| Octal | 216 | 105 | 107 | 0 | 63 | 62 | 54 | 546 | 43 | 51 |
| Binary | 10001110 | 1000101 | 1000111 | 0 | 110011 | 110010 | 101100 | 101100110 | 100011 | 101001 |
Color Harmonies of #8E4547
Complementary color
Monochromatic Colors of #8E4547
Black with #8E4547
Text Example
Text Example
White with #8E4547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4547; }
p { color: rgb(142,69,71); }
H1.HeaderClassName
{
color: #8E4547;
}
.AnyTagClassName
{
color: #8E4547;
}
</style>
background-color css
<style>
a { background-color: #8E4547; }
a { background-color: rgb(142,69,71); }
div.DivClassName
{
background-color: #8E4547;
}
.BgClassName
{
background-color: #8E4547;
}
</style>
border-color css
<style>
span { border-color: #8E4547; }
span { border-color: rgb(142,69,71); }
td.TdClassName
{
border-color: #8E4547;
}
.TagClassName
{
border-color: #8E4547;
}
</style>