Shades of Trendy Pink #8E527E
Tints of Trendy Pink #8E527E
RGB
CMYK
RGB Variations
Color information
#8E527E (or 0x8E527E) is known color: Trendy Pink. HEX triplet: 8E, 52 and 7E. RGB value is (142,82,126). Sum of RGB (Red+Green+Blue) = 142+82+126=350 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.57% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 126 (49.61% from 255 or 36% from 350); Max value from RGB is 142 - color contains mainly: red. Hex color #8E527E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E527E is #71AD81. Grayscale: #686868. Windows color (decimal): -7449986 or 8278670. OLE color: 8278670.
HSL color Cylindrical-coordinate representation of color #8E527E: hue angle of 316º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8E527E is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 82 | 126 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.44 |
| HSL | 316º | 0.27% | 0.44% | - |
| HSV(B) | 316º | 0.42% | 0.56% | - |
| XYZ | 17.94 | 13.29 | 21.36 | - |
| YUV | 104.96 | 139.88 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 82 | 126 | 0 | 0.42 | 0.11 | 0.44 | 316 | 0.27 | 0.44 |
| Hex | 8E | 52 | 7E | 0 | 2A | B | 2C | 13C | 1B | 2C |
| Octal | 216 | 122 | 176 | 0 | 52 | 13 | 54 | 474 | 33 | 54 |
| Binary | 10001110 | 1010010 | 1111110 | 0 | 101010 | 1011 | 101100 | 100111100 | 11011 | 101100 |
Color Harmonies of #8E527E
Complementary color
Monochromatic Colors of #8E527E
Black with #8E527E
Text Example
Text Example
White with #8E527E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E527E; }
p { color: rgb(142,82,126); }
H1.HeaderClassName
{
color: #8E527E;
}
.AnyTagClassName
{
color: #8E527E;
}
</style>
background-color css
<style>
a { background-color: #8E527E; }
a { background-color: rgb(142,82,126); }
div.DivClassName
{
background-color: #8E527E;
}
.BgClassName
{
background-color: #8E527E;
}
</style>
border-color css
<style>
span { border-color: #8E527E; }
span { border-color: rgb(142,82,126); }
td.TdClassName
{
border-color: #8E527E;
}
.TagClassName
{
border-color: #8E527E;
}
</style>