Shades of Solid Pink #8E444C
Tints of Solid Pink #8E444C
RGB
CMYK
RGB Variations
Color information
#8E444C (or 0x8E444C) is known color: Solid Pink. HEX triplet: 8E, 44 and 4C. RGB value is (142,68,76). Sum of RGB (Red+Green+Blue) = 142+68+76=286 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.65% from 286); Green value is 68 (26.95% from 255 or 23.78% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 142 - color contains mainly: red. Hex color #8E444C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E444C is #71BBB3. Grayscale: #5B5B5B. Windows color (decimal): -7453620 or 4998286. OLE color: 4998286.
HSL color Cylindrical-coordinate representation of color #8E444C: hue angle of 353.51º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8E444C is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 68 | 76 | - |
| CMYK | 0 | 0.52 | 0.46 | 0.44 |
| HSL | 353.51º | 0.35% | 0.41% | - |
| HSV(B) | 353.51º | 0.52% | 0.56% | - |
| XYZ | 14.53 | 10.41 | 8.08 | - |
| YUV | 91.04 | 119.52 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 68 | 76 | 0 | 0.52 | 0.46 | 0.44 | 353.51 | 0.35 | 0.41 |
| Hex | 8E | 44 | 4C | 0 | 34 | 2E | 2C | 162 | 23 | 29 |
| Octal | 216 | 104 | 114 | 0 | 64 | 56 | 54 | 542 | 43 | 51 |
| Binary | 10001110 | 1000100 | 1001100 | 0 | 110100 | 101110 | 101100 | 101100010 | 100011 | 101001 |
Color Harmonies of #8E444C
Complementary color
Monochromatic Colors of #8E444C
Black with #8E444C
Text Example
Text Example
White with #8E444C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E444C; }
p { color: rgb(142,68,76); }
H1.HeaderClassName
{
color: #8E444C;
}
.AnyTagClassName
{
color: #8E444C;
}
</style>
background-color css
<style>
a { background-color: #8E444C; }
a { background-color: rgb(142,68,76); }
div.DivClassName
{
background-color: #8E444C;
}
.BgClassName
{
background-color: #8E444C;
}
</style>
border-color css
<style>
span { border-color: #8E444C; }
span { border-color: rgb(142,68,76); }
td.TdClassName
{
border-color: #8E444C;
}
.TagClassName
{
border-color: #8E444C;
}
</style>