Shades of Trendy Pink #8E447F
Tints of Trendy Pink #8E447F
RGB
CMYK
RGB Variations
Color information
#8E447F (or 0x8E447F) is known color: Trendy Pink. HEX triplet: 8E, 44 and 7F. RGB value is (142,68,127). Sum of RGB (Red+Green+Blue) = 142+68+127=337 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.14% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 142 - color contains mainly: red. Hex color #8E447F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E447F is #71BB80. Grayscale: #606060. Windows color (decimal): -7453569 or 8340622. OLE color: 8340622.
HSL color Cylindrical-coordinate representation of color #8E447F: hue angle of 312.16º 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 #8E447F is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 68 | 127 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.44 |
| HSL | 312.16º | 0.35% | 0.41% | - |
| HSV(B) | 312.16º | 0.52% | 0.56% | - |
| XYZ | 17.05 | 11.42 | 21.38 | - |
| YUV | 96.85 | 145.02 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 68 | 127 | 0 | 0.52 | 0.11 | 0.44 | 312.16 | 0.35 | 0.41 |
| Hex | 8E | 44 | 7F | 0 | 34 | B | 2C | 138 | 23 | 29 |
| Octal | 216 | 104 | 177 | 0 | 64 | 13 | 54 | 470 | 43 | 51 |
| Binary | 10001110 | 1000100 | 1111111 | 0 | 110100 | 1011 | 101100 | 100111000 | 100011 | 101001 |
Color Harmonies of #8E447F
Complementary color
Monochromatic Colors of #8E447F
Black with #8E447F
Text Example
Text Example
White with #8E447F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E447F; }
p { color: rgb(142,68,127); }
H1.HeaderClassName
{
color: #8E447F;
}
.AnyTagClassName
{
color: #8E447F;
}
</style>
background-color css
<style>
a { background-color: #8E447F; }
a { background-color: rgb(142,68,127); }
div.DivClassName
{
background-color: #8E447F;
}
.BgClassName
{
background-color: #8E447F;
}
</style>
border-color css
<style>
span { border-color: #8E447F; }
span { border-color: rgb(142,68,127); }
td.TdClassName
{
border-color: #8E447F;
}
.TagClassName
{
border-color: #8E447F;
}
</style>