Shades of Trendy Pink #8E578A
Tints of Trendy Pink #8E578A
RGB
CMYK
RGB Variations
Color information
#8E578A (or 0x8E578A) is known color: Trendy Pink. HEX triplet: 8E, 57 and 8A. RGB value is (142,87,138). Sum of RGB (Red+Green+Blue) = 142+87+138=367 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.69% from 367); Green value is 87 (34.38% from 255 or 23.71% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 142 - color contains mainly: red. Hex color #8E578A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E578A is #71A875. Grayscale: #6D6D6D. Windows color (decimal): -7448694 or 9066382. OLE color: 9066382.
HSL color Cylindrical-coordinate representation of color #8E578A: hue angle of 304.36º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8E578A is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 87 | 138 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.44 |
| HSL | 304.36º | 0.24% | 0.45% | - |
| HSV(B) | 304.36º | 0.39% | 0.56% | - |
| XYZ | 19.15 | 14.4 | 25.82 | - |
| YUV | 109.26 | 144.22 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 87 | 138 | 0 | 0.39 | 0.03 | 0.44 | 304.36 | 0.24 | 0.45 |
| Hex | 8E | 57 | 8A | 0 | 27 | 3 | 2C | 130 | 18 | 2D |
| Octal | 216 | 127 | 212 | 0 | 47 | 3 | 54 | 460 | 30 | 55 |
| Binary | 10001110 | 1010111 | 10001010 | 0 | 100111 | 11 | 101100 | 100110000 | 11000 | 101101 |
Color Harmonies of #8E578A
Complementary color
Monochromatic Colors of #8E578A
Black with #8E578A
Text Example
Text Example
White with #8E578A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E578A; }
p { color: rgb(142,87,138); }
H1.HeaderClassName
{
color: #8E578A;
}
.AnyTagClassName
{
color: #8E578A;
}
</style>
background-color css
<style>
a { background-color: #8E578A; }
a { background-color: rgb(142,87,138); }
div.DivClassName
{
background-color: #8E578A;
}
.BgClassName
{
background-color: #8E578A;
}
</style>
border-color css
<style>
span { border-color: #8E578A; }
span { border-color: rgb(142,87,138); }
td.TdClassName
{
border-color: #8E578A;
}
.TagClassName
{
border-color: #8E578A;
}
</style>