Shades of Trendy Pink #8E457B
Tints of Trendy Pink #8E457B
RGB
CMYK
RGB Variations
Color information
#8E457B (or 0x8E457B) is known color: Trendy Pink. HEX triplet: 8E, 45 and 7B. RGB value is (142,69,123). Sum of RGB (Red+Green+Blue) = 142+69+123=334 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.51% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 142 - color contains mainly: red. Hex color #8E457B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E457B is #71BA84. Grayscale: #606060. Windows color (decimal): -7453317 or 8078734. OLE color: 8078734.
HSL color Cylindrical-coordinate representation of color #8E457B: hue angle of 315.62º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8E457B is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 69 | 123 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.44 |
| HSL | 315.62º | 0.35% | 0.41% | - |
| HSV(B) | 315.62º | 0.51% | 0.56% | - |
| XYZ | 16.86 | 11.44 | 20.06 | - |
| YUV | 96.98 | 142.68 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 69 | 123 | 0 | 0.51 | 0.13 | 0.44 | 315.62 | 0.35 | 0.41 |
| Hex | 8E | 45 | 7B | 0 | 33 | D | 2C | 13C | 23 | 29 |
| Octal | 216 | 105 | 173 | 0 | 63 | 15 | 54 | 474 | 43 | 51 |
| Binary | 10001110 | 1000101 | 1111011 | 0 | 110011 | 1101 | 101100 | 100111100 | 100011 | 101001 |
Color Harmonies of #8E457B
Complementary color
Monochromatic Colors of #8E457B
Black with #8E457B
Text Example
Text Example
White with #8E457B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E457B; }
p { color: rgb(142,69,123); }
H1.HeaderClassName
{
color: #8E457B;
}
.AnyTagClassName
{
color: #8E457B;
}
</style>
background-color css
<style>
a { background-color: #8E457B; }
a { background-color: rgb(142,69,123); }
div.DivClassName
{
background-color: #8E457B;
}
.BgClassName
{
background-color: #8E457B;
}
</style>
border-color css
<style>
span { border-color: #8E457B; }
span { border-color: rgb(142,69,123); }
td.TdClassName
{
border-color: #8E457B;
}
.TagClassName
{
border-color: #8E457B;
}
</style>