Shades of Trendy Pink #8E4181
Tints of Trendy Pink #8E4181
RGB
CMYK
RGB Variations
Color information
#8E4181 (or 0x8E4181) is known color: Trendy Pink. HEX triplet: 8E, 41 and 81. RGB value is (142,65,129). Sum of RGB (Red+Green+Blue) = 142+65+129=336 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.26% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 129 (50.78% from 255 or 38.39% from 336); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4181 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4181 is #71BE7E. Grayscale: #5F5F5F. Windows color (decimal): -7454335 or 8470926. OLE color: 8470926.
HSL color Cylindrical-coordinate representation of color #8E4181: hue angle of 310.13º 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 #8E4181 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 65 | 129 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.44 |
| HSL | 310.13º | 0.37% | 0.41% | - |
| HSV(B) | 310.13º | 0.54% | 0.56% | - |
| XYZ | 17.01 | 11.12 | 22.02 | - |
| YUV | 95.32 | 147.01 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 65 | 129 | 0 | 0.54 | 0.09 | 0.44 | 310.13 | 0.37 | 0.41 |
| Hex | 8E | 41 | 81 | 0 | 36 | 9 | 2C | 136 | 25 | 29 |
| Octal | 216 | 101 | 201 | 0 | 66 | 11 | 54 | 466 | 45 | 51 |
| Binary | 10001110 | 1000001 | 10000001 | 0 | 110110 | 1001 | 101100 | 100110110 | 100101 | 101001 |
Color Harmonies of #8E4181
Complementary color
Monochromatic Colors of #8E4181
Black with #8E4181
Text Example
Text Example
White with #8E4181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4181; }
p { color: rgb(142,65,129); }
H1.HeaderClassName
{
color: #8E4181;
}
.AnyTagClassName
{
color: #8E4181;
}
</style>
background-color css
<style>
a { background-color: #8E4181; }
a { background-color: rgb(142,65,129); }
div.DivClassName
{
background-color: #8E4181;
}
.BgClassName
{
background-color: #8E4181;
}
</style>
border-color css
<style>
span { border-color: #8E4181; }
span { border-color: rgb(142,65,129); }
td.TdClassName
{
border-color: #8E4181;
}
.TagClassName
{
border-color: #8E4181;
}
</style>