Shades of Trendy Pink #8E4478
Tints of Trendy Pink #8E4478
RGB
CMYK
RGB Variations
Color information
#8E4478 (or 0x8E4478) is known color: Trendy Pink. HEX triplet: 8E, 44 and 78. RGB value is (142,68,120). Sum of RGB (Red+Green+Blue) = 142+68+120=330 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.03% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 120 (47.27% from 255 or 36.36% from 330); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4478 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4478 is #71BB87. Grayscale: #5F5F5F. Windows color (decimal): -7453576 or 7881870. OLE color: 7881870.
HSL color Cylindrical-coordinate representation of color #8E4478: hue angle of 317.84º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8E4478 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 68 | 120 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.44 |
| HSL | 317.84º | 0.35% | 0.41% | - |
| HSV(B) | 317.84º | 0.52% | 0.56% | - |
| XYZ | 16.61 | 11.24 | 19.06 | - |
| YUV | 96.05 | 141.52 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 68 | 120 | 0 | 0.52 | 0.15 | 0.44 | 317.84 | 0.35 | 0.41 |
| Hex | 8E | 44 | 78 | 0 | 34 | F | 2C | 13E | 23 | 29 |
| Octal | 216 | 104 | 170 | 0 | 64 | 17 | 54 | 476 | 43 | 51 |
| Binary | 10001110 | 1000100 | 1111000 | 0 | 110100 | 1111 | 101100 | 100111110 | 100011 | 101001 |
Color Harmonies of #8E4478
Complementary color
Monochromatic Colors of #8E4478
Black with #8E4478
Text Example
Text Example
White with #8E4478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4478; }
p { color: rgb(142,68,120); }
H1.HeaderClassName
{
color: #8E4478;
}
.AnyTagClassName
{
color: #8E4478;
}
</style>
background-color css
<style>
a { background-color: #8E4478; }
a { background-color: rgb(142,68,120); }
div.DivClassName
{
background-color: #8E4478;
}
.BgClassName
{
background-color: #8E4478;
}
</style>
border-color css
<style>
span { border-color: #8E4478; }
span { border-color: rgb(142,68,120); }
td.TdClassName
{
border-color: #8E4478;
}
.TagClassName
{
border-color: #8E4478;
}
</style>