Shades of Solid Pink #8E404C
Tints of Solid Pink #8E404C
RGB
CMYK
RGB Variations
Color information
#8E404C (or 0x8E404C) is known color: Solid Pink. HEX triplet: 8E, 40 and 4C. RGB value is (142,64,76). Sum of RGB (Red+Green+Blue) = 142+64+76=282 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.35% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 142 - color contains mainly: red. Hex color #8E404C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E404C is #71BFB3. Grayscale: #585858. Windows color (decimal): -7454644 or 4997262. OLE color: 4997262.
HSL color Cylindrical-coordinate representation of color #8E404C: hue angle of 350.77º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8E404C is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 64 | 76 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.44 |
| HSL | 350.77º | 0.38% | 0.4% | - |
| HSV(B) | 350.77º | 0.55% | 0.56% | - |
| XYZ | 14.29 | 9.94 | 8 | - |
| YUV | 88.69 | 120.84 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 64 | 76 | 0 | 0.55 | 0.46 | 0.44 | 350.77 | 0.38 | 0.4 |
| Hex | 8E | 40 | 4C | 0 | 37 | 2E | 2C | 15F | 26 | 28 |
| Octal | 216 | 100 | 114 | 0 | 67 | 56 | 54 | 537 | 46 | 50 |
| Binary | 10001110 | 1000000 | 1001100 | 0 | 110111 | 101110 | 101100 | 101011111 | 100110 | 101000 |
Color Harmonies of #8E404C
Complementary color
Monochromatic Colors of #8E404C
Black with #8E404C
Text Example
Text Example
White with #8E404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E404C; }
p { color: rgb(142,64,76); }
H1.HeaderClassName
{
color: #8E404C;
}
.AnyTagClassName
{
color: #8E404C;
}
</style>
background-color css
<style>
a { background-color: #8E404C; }
a { background-color: rgb(142,64,76); }
div.DivClassName
{
background-color: #8E404C;
}
.BgClassName
{
background-color: #8E404C;
}
</style>
border-color css
<style>
span { border-color: #8E404C; }
span { border-color: rgb(142,64,76); }
td.TdClassName
{
border-color: #8E404C;
}
.TagClassName
{
border-color: #8E404C;
}
</style>