Shades of Solid Pink #8E414B
Tints of Solid Pink #8E414B
RGB
CMYK
RGB Variations
Color information
#8E414B (or 0x8E414B) is known color: Solid Pink. HEX triplet: 8E, 41 and 4B. RGB value is (142,65,75). Sum of RGB (Red+Green+Blue) = 142+65+75=282 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.35% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 75 (29.69% from 255 or 26.60% from 282); Max value from RGB is 142 - color contains mainly: red. Hex color #8E414B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E414B is #71BEB4. Grayscale: #595959. Windows color (decimal): -7454389 or 4931982. OLE color: 4931982.
HSL color Cylindrical-coordinate representation of color #8E414B: hue angle of 352.21º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8E414B is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 65 | 75 | - |
| CMYK | 0 | 0.54 | 0.47 | 0.44 |
| HSL | 352.21º | 0.37% | 0.41% | - |
| HSV(B) | 352.21º | 0.54% | 0.56% | - |
| XYZ | 14.32 | 10.04 | 7.84 | - |
| YUV | 89.16 | 120.01 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 65 | 75 | 0 | 0.54 | 0.47 | 0.44 | 352.21 | 0.37 | 0.41 |
| Hex | 8E | 41 | 4B | 0 | 36 | 2F | 2C | 160 | 25 | 29 |
| Octal | 216 | 101 | 113 | 0 | 66 | 57 | 54 | 540 | 45 | 51 |
| Binary | 10001110 | 1000001 | 1001011 | 0 | 110110 | 101111 | 101100 | 101100000 | 100101 | 101001 |
Color Harmonies of #8E414B
Complementary color
Monochromatic Colors of #8E414B
Black with #8E414B
Text Example
Text Example
White with #8E414B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E414B; }
p { color: rgb(142,65,75); }
H1.HeaderClassName
{
color: #8E414B;
}
.AnyTagClassName
{
color: #8E414B;
}
</style>
background-color css
<style>
a { background-color: #8E414B; }
a { background-color: rgb(142,65,75); }
div.DivClassName
{
background-color: #8E414B;
}
.BgClassName
{
background-color: #8E414B;
}
</style>
border-color css
<style>
span { border-color: #8E414B; }
span { border-color: rgb(142,65,75); }
td.TdClassName
{
border-color: #8E414B;
}
.TagClassName
{
border-color: #8E414B;
}
</style>