Shades of Trendy Pink #8E537F
Tints of Trendy Pink #8E537F
RGB
CMYK
RGB Variations
Color information
#8E537F (or 0x8E537F) is known color: Trendy Pink. HEX triplet: 8E, 53 and 7F. RGB value is (142,83,127). Sum of RGB (Red+Green+Blue) = 142+83+127=352 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.34% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 142 - color contains mainly: red. Hex color #8E537F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E537F is #71AC80. Grayscale: #696969. Windows color (decimal): -7449729 or 8344462. OLE color: 8344462.
HSL color Cylindrical-coordinate representation of color #8E537F: hue angle of 315.25º degrees, saturation: 0.26, 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 #8E537F is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 83 | 127 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.44 |
| HSL | 315.25º | 0.26% | 0.44% | - |
| HSV(B) | 315.25º | 0.42% | 0.56% | - |
| XYZ | 18.08 | 13.47 | 21.73 | - |
| YUV | 105.66 | 140.05 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 83 | 127 | 0 | 0.42 | 0.11 | 0.44 | 315.25 | 0.26 | 0.44 |
| Hex | 8E | 53 | 7F | 0 | 2A | B | 2C | 13B | 1A | 2C |
| Octal | 216 | 123 | 177 | 0 | 52 | 13 | 54 | 473 | 32 | 54 |
| Binary | 10001110 | 1010011 | 1111111 | 0 | 101010 | 1011 | 101100 | 100111011 | 11010 | 101100 |
Color Harmonies of #8E537F
Complementary color
Monochromatic Colors of #8E537F
Black with #8E537F
Text Example
Text Example
White with #8E537F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E537F; }
p { color: rgb(142,83,127); }
H1.HeaderClassName
{
color: #8E537F;
}
.AnyTagClassName
{
color: #8E537F;
}
</style>
background-color css
<style>
a { background-color: #8E537F; }
a { background-color: rgb(142,83,127); }
div.DivClassName
{
background-color: #8E537F;
}
.BgClassName
{
background-color: #8E537F;
}
</style>
border-color css
<style>
span { border-color: #8E537F; }
span { border-color: rgb(142,83,127); }
td.TdClassName
{
border-color: #8E537F;
}
.TagClassName
{
border-color: #8E537F;
}
</style>