Shades of Trendy Pink #90588E
Tints of Trendy Pink #90588E
RGB
CMYK
RGB Variations
Color information
#90588E (or 0x90588E) is known color: Trendy Pink. HEX triplet: 90, 58 and 8E. RGB value is (144,88,142). Sum of RGB (Red+Green+Blue) = 144+88+142=374 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.50% from 374); Green value is 88 (34.77% from 255 or 23.53% from 374); Blue value is 142 (55.86% from 255 or 37.97% from 374); Max value from RGB is 144 - color contains mainly: red. Hex color #90588E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90588E is #6FA771. Grayscale: #6E6E6E. Windows color (decimal): -7317362 or 9328784. OLE color: 9328784.
HSL color Cylindrical-coordinate representation of color #90588E: hue angle of 302.14º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90588E is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 88 | 142 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.44 |
| HSL | 302.14º | 0.24% | 0.45% | - |
| HSV(B) | 302.14º | 0.39% | 0.56% | - |
| XYZ | 19.87 | 14.86 | 27.41 | - |
| YUV | 110.9 | 145.55 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 88 | 142 | 0 | 0.39 | 0.01 | 0.44 | 302.14 | 0.24 | 0.45 |
| Hex | 90 | 58 | 8E | 0 | 27 | 1 | 2C | 12E | 18 | 2D |
| Octal | 220 | 130 | 216 | 0 | 47 | 1 | 54 | 456 | 30 | 55 |
| Binary | 10010000 | 1011000 | 10001110 | 0 | 100111 | 1 | 101100 | 100101110 | 11000 | 101101 |
Color Harmonies of #90588E
Complementary color
Monochromatic Colors of #90588E
Black with #90588E
Text Example
Text Example
White with #90588E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90588E; }
p { color: rgb(144,88,142); }
H1.HeaderClassName
{
color: #90588E;
}
.AnyTagClassName
{
color: #90588E;
}
</style>
background-color css
<style>
a { background-color: #90588E; }
a { background-color: rgb(144,88,142); }
div.DivClassName
{
background-color: #90588E;
}
.BgClassName
{
background-color: #90588E;
}
</style>
border-color css
<style>
span { border-color: #90588E; }
span { border-color: rgb(144,88,142); }
td.TdClassName
{
border-color: #90588E;
}
.TagClassName
{
border-color: #90588E;
}
</style>