Shades of Solid Pink #8E4A4F
Tints of Solid Pink #8E4A4F
RGB
CMYK
RGB Variations
Color information
#8E4A4F (or 0x8E4A4F) is known color: Solid Pink. HEX triplet: 8E, 4A and 4F. RGB value is (142,74,79). Sum of RGB (Red+Green+Blue) = 142+74+79=295 (39% of max value = 765). Red value is 142 (55.86% from 255 or 48.14% from 295); Green value is 74 (29.30% from 255 or 25.08% from 295); Blue value is 79 (31.25% from 255 or 26.78% from 295); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4A4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4A4F is #71B5B0. Grayscale: #5E5E5E. Windows color (decimal): -7452081 or 5196430. OLE color: 5196430.
HSL color Cylindrical-coordinate representation of color #8E4A4F: hue angle of 355.59º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8E4A4F is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 74 | 79 | - |
| CMYK | 0 | 0.48 | 0.44 | 0.44 |
| HSL | 355.59º | 0.31% | 0.42% | - |
| HSV(B) | 355.59º | 0.48% | 0.56% | - |
| XYZ | 15.02 | 11.21 | 8.77 | - |
| YUV | 94.9 | 119.03 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 74 | 79 | 0 | 0.48 | 0.44 | 0.44 | 355.59 | 0.31 | 0.42 |
| Hex | 8E | 4A | 4F | 0 | 30 | 2C | 2C | 164 | 1F | 2A |
| Octal | 216 | 112 | 117 | 0 | 60 | 54 | 54 | 544 | 37 | 52 |
| Binary | 10001110 | 1001010 | 1001111 | 0 | 110000 | 101100 | 101100 | 101100100 | 11111 | 101010 |
Color Harmonies of #8E4A4F
Complementary color
Monochromatic Colors of #8E4A4F
Black with #8E4A4F
Text Example
Text Example
White with #8E4A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4A4F; }
p { color: rgb(142,74,79); }
H1.HeaderClassName
{
color: #8E4A4F;
}
.AnyTagClassName
{
color: #8E4A4F;
}
</style>
background-color css
<style>
a { background-color: #8E4A4F; }
a { background-color: rgb(142,74,79); }
div.DivClassName
{
background-color: #8E4A4F;
}
.BgClassName
{
background-color: #8E4A4F;
}
</style>
border-color css
<style>
span { border-color: #8E4A4F; }
span { border-color: rgb(142,74,79); }
td.TdClassName
{
border-color: #8E4A4F;
}
.TagClassName
{
border-color: #8E4A4F;
}
</style>