Shades of Trendy Pink #8E4B7F
Tints of Trendy Pink #8E4B7F
RGB
CMYK
RGB Variations
Color information
#8E4B7F (or 0x8E4B7F) is known color: Trendy Pink. HEX triplet: 8E, 4B and 7F. RGB value is (142,75,127). Sum of RGB (Red+Green+Blue) = 142+75+127=344 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.28% from 344); Green value is 75 (29.69% from 255 or 21.80% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4B7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4B7F is #71B480. Grayscale: #646464. Windows color (decimal): -7451777 or 8342414. OLE color: 8342414.
HSL color Cylindrical-coordinate representation of color #8E4B7F: hue angle of 313.43º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8E4B7F is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 75 | 127 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.44 |
| HSL | 313.43º | 0.31% | 0.43% | - |
| HSV(B) | 313.43º | 0.47% | 0.56% | - |
| XYZ | 17.5 | 12.32 | 21.53 | - |
| YUV | 100.96 | 142.7 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 75 | 127 | 0 | 0.47 | 0.11 | 0.44 | 313.43 | 0.31 | 0.43 |
| Hex | 8E | 4B | 7F | 0 | 2F | B | 2C | 139 | 1F | 2B |
| Octal | 216 | 113 | 177 | 0 | 57 | 13 | 54 | 471 | 37 | 53 |
| Binary | 10001110 | 1001011 | 1111111 | 0 | 101111 | 1011 | 101100 | 100111001 | 11111 | 101011 |
Color Harmonies of #8E4B7F
Complementary color
Monochromatic Colors of #8E4B7F
Black with #8E4B7F
Text Example
Text Example
White with #8E4B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4B7F; }
p { color: rgb(142,75,127); }
H1.HeaderClassName
{
color: #8E4B7F;
}
.AnyTagClassName
{
color: #8E4B7F;
}
</style>
background-color css
<style>
a { background-color: #8E4B7F; }
a { background-color: rgb(142,75,127); }
div.DivClassName
{
background-color: #8E4B7F;
}
.BgClassName
{
background-color: #8E4B7F;
}
</style>
border-color css
<style>
span { border-color: #8E4B7F; }
span { border-color: rgb(142,75,127); }
td.TdClassName
{
border-color: #8E4B7F;
}
.TagClassName
{
border-color: #8E4B7F;
}
</style>