Shades of Trendy Pink #88548A
Tints of Trendy Pink #88548A
RGB
CMYK
RGB Variations
Color information
#88548A (or 0x88548A) is known color: Trendy Pink. HEX triplet: 88, 54 and 8A. RGB value is (136,84,138). Sum of RGB (Red+Green+Blue) = 136+84+138=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 138 (54.30% from 255 or 38.55% from 358); Max value from RGB is 138 - color contains mainly: blue. Hex color #88548A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88548A is #77AB75. Grayscale: #696969. Windows color (decimal): -7842678 or 9065608. OLE color: 9065608.
HSL color Cylindrical-coordinate representation of color #88548A: hue angle of 297.78º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #88548A is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 136 | 84 | 138 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.46 |
| HSL | 297.78º | 0.24% | 0.44% | - |
| HSV(B) | 297.78º | 0.39% | 0.54% | - |
| XYZ | 17.91 | 13.41 | 25.69 | - |
| YUV | 105.7 | 146.23 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 84 | 138 | 0.01 | 0.39 | 0 | 0.46 | 297.78 | 0.24 | 0.44 |
| Hex | 88 | 54 | 8A | 1 | 27 | 0 | 2E | 12A | 18 | 2C |
| Octal | 210 | 124 | 212 | 1 | 47 | 0 | 56 | 452 | 30 | 54 |
| Binary | 10001000 | 1010100 | 10001010 | 1 | 100111 | 0 | 101110 | 100101010 | 11000 | 101100 |
Color Harmonies of #88548A
Complementary color
Monochromatic Colors of #88548A
Black with #88548A
Text Example
Text Example
White with #88548A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88548A; }
p { color: rgb(136,84,138); }
H1.HeaderClassName
{
color: #88548A;
}
.AnyTagClassName
{
color: #88548A;
}
</style>
background-color css
<style>
a { background-color: #88548A; }
a { background-color: rgb(136,84,138); }
div.DivClassName
{
background-color: #88548A;
}
.BgClassName
{
background-color: #88548A;
}
</style>
border-color css
<style>
span { border-color: #88548A; }
span { border-color: rgb(136,84,138); }
td.TdClassName
{
border-color: #88548A;
}
.TagClassName
{
border-color: #88548A;
}
</style>