Shades of Trendy Pink #8E4281
Tints of Trendy Pink #8E4281
RGB
CMYK
RGB Variations
Color information
#8E4281 (or 0x8E4281) is known color: Trendy Pink. HEX triplet: 8E, 42 and 81. RGB value is (142,66,129). Sum of RGB (Red+Green+Blue) = 142+66+129=337 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.14% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 129 (50.78% from 255 or 38.28% from 337); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4281 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4281 is #71BD7E. Grayscale: #5F5F5F. Windows color (decimal): -7454079 or 8471182. OLE color: 8471182.
HSL color Cylindrical-coordinate representation of color #8E4281: hue angle of 310.26º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8E4281 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 66 | 129 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.44 |
| HSL | 310.26º | 0.37% | 0.41% | - |
| HSV(B) | 310.26º | 0.54% | 0.56% | - |
| XYZ | 17.07 | 11.23 | 22.04 | - |
| YUV | 95.91 | 146.68 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 66 | 129 | 0 | 0.54 | 0.09 | 0.44 | 310.26 | 0.37 | 0.41 |
| Hex | 8E | 42 | 81 | 0 | 36 | 9 | 2C | 136 | 25 | 29 |
| Octal | 216 | 102 | 201 | 0 | 66 | 11 | 54 | 466 | 45 | 51 |
| Binary | 10001110 | 1000010 | 10000001 | 0 | 110110 | 1001 | 101100 | 100110110 | 100101 | 101001 |
Color Harmonies of #8E4281
Complementary color
Monochromatic Colors of #8E4281
Black with #8E4281
Text Example
Text Example
White with #8E4281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4281; }
p { color: rgb(142,66,129); }
H1.HeaderClassName
{
color: #8E4281;
}
.AnyTagClassName
{
color: #8E4281;
}
</style>
background-color css
<style>
a { background-color: #8E4281; }
a { background-color: rgb(142,66,129); }
div.DivClassName
{
background-color: #8E4281;
}
.BgClassName
{
background-color: #8E4281;
}
</style>
border-color css
<style>
span { border-color: #8E4281; }
span { border-color: rgb(142,66,129); }
td.TdClassName
{
border-color: #8E4281;
}
.TagClassName
{
border-color: #8E4281;
}
</style>