Shades of Trendy Pink #8E5281
Tints of Trendy Pink #8E5281
RGB
CMYK
RGB Variations
Color information
#8E5281 (or 0x8E5281) is known color: Trendy Pink. HEX triplet: 8E, 52 and 81. RGB value is (142,82,129). Sum of RGB (Red+Green+Blue) = 142+82+129=353 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.23% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 129 (50.78% from 255 or 36.54% from 353); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5281 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5281 is #71AD7E. Grayscale: #696969. Windows color (decimal): -7449983 or 8475278. OLE color: 8475278.
HSL color Cylindrical-coordinate representation of color #8E5281: hue angle of 313º 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 #8E5281 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 82 | 129 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.44 |
| HSL | 313º | 0.27% | 0.44% | - |
| HSV(B) | 313º | 0.42% | 0.56% | - |
| XYZ | 18.14 | 13.37 | 22.39 | - |
| YUV | 105.3 | 141.38 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 82 | 129 | 0 | 0.42 | 0.09 | 0.44 | 313 | 0.27 | 0.44 |
| Hex | 8E | 52 | 81 | 0 | 2A | 9 | 2C | 139 | 1B | 2C |
| Octal | 216 | 122 | 201 | 0 | 52 | 11 | 54 | 471 | 33 | 54 |
| Binary | 10001110 | 1010010 | 10000001 | 0 | 101010 | 1001 | 101100 | 100111001 | 11011 | 101100 |
Color Harmonies of #8E5281
Complementary color
Monochromatic Colors of #8E5281
Black with #8E5281
Text Example
Text Example
White with #8E5281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5281; }
p { color: rgb(142,82,129); }
H1.HeaderClassName
{
color: #8E5281;
}
.AnyTagClassName
{
color: #8E5281;
}
</style>
background-color css
<style>
a { background-color: #8E5281; }
a { background-color: rgb(142,82,129); }
div.DivClassName
{
background-color: #8E5281;
}
.BgClassName
{
background-color: #8E5281;
}
</style>
border-color css
<style>
span { border-color: #8E5281; }
span { border-color: rgb(142,82,129); }
td.TdClassName
{
border-color: #8E5281;
}
.TagClassName
{
border-color: #8E5281;
}
</style>