Shades of Trendy Pink #8E4883
Tints of Trendy Pink #8E4883
RGB
CMYK
RGB Variations
Color information
#8E4883 (or 0x8E4883) is known color: Trendy Pink. HEX triplet: 8E, 48 and 83. RGB value is (142,72,131). Sum of RGB (Red+Green+Blue) = 142+72+131=345 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.16% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 131 (51.56% from 255 or 37.97% from 345); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4883 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4883 is #71B77C. Grayscale: #636363. Windows color (decimal): -7452541 or 8603790. OLE color: 8603790.
HSL color Cylindrical-coordinate representation of color #8E4883: hue angle of 309.43º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8E4883 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 72 | 131 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.44 |
| HSL | 309.43º | 0.33% | 0.42% | - |
| HSV(B) | 309.43º | 0.49% | 0.56% | - |
| XYZ | 17.57 | 12.02 | 22.87 | - |
| YUV | 99.66 | 145.69 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 72 | 131 | 0 | 0.49 | 0.08 | 0.44 | 309.43 | 0.33 | 0.42 |
| Hex | 8E | 48 | 83 | 0 | 31 | 8 | 2C | 135 | 21 | 2A |
| Octal | 216 | 110 | 203 | 0 | 61 | 10 | 54 | 465 | 41 | 52 |
| Binary | 10001110 | 1001000 | 10000011 | 0 | 110001 | 1000 | 101100 | 100110101 | 100001 | 101010 |
Color Harmonies of #8E4883
Complementary color
Monochromatic Colors of #8E4883
Black with #8E4883
Text Example
Text Example
White with #8E4883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4883; }
p { color: rgb(142,72,131); }
H1.HeaderClassName
{
color: #8E4883;
}
.AnyTagClassName
{
color: #8E4883;
}
</style>
background-color css
<style>
a { background-color: #8E4883; }
a { background-color: rgb(142,72,131); }
div.DivClassName
{
background-color: #8E4883;
}
.BgClassName
{
background-color: #8E4883;
}
</style>
border-color css
<style>
span { border-color: #8E4883; }
span { border-color: rgb(142,72,131); }
td.TdClassName
{
border-color: #8E4883;
}
.TagClassName
{
border-color: #8E4883;
}
</style>