Shades of Trendy Pink #88608A
Tints of Trendy Pink #88608A
RGB
CMYK
RGB Variations
Color information
#88608A (or 0x88608A) is known color: Trendy Pink. HEX triplet: 88, 60 and 8A. RGB value is (136,96,138). Sum of RGB (Red+Green+Blue) = 136+96+138=370 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.76% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 138 - color contains mainly: blue. Hex color #88608A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88608A is #779F75. Grayscale: #707070. Windows color (decimal): -7839606 or 9068680. OLE color: 9068680.
HSL color Cylindrical-coordinate representation of color #88608A: hue angle of 297.14º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #88608A is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 136 | 96 | 138 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.46 |
| HSL | 297.14º | 0.18% | 0.46% | - |
| HSV(B) | 297.14º | 0.3% | 0.54% | - |
| XYZ | 18.92 | 15.43 | 26.03 | - |
| YUV | 112.75 | 142.25 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 96 | 138 | 0.01 | 0.30 | 0 | 0.46 | 297.14 | 0.18 | 0.46 |
| Hex | 88 | 60 | 8A | 1 | 1E | 0 | 2E | 129 | 12 | 2E |
| Octal | 210 | 140 | 212 | 1 | 36 | 0 | 56 | 451 | 22 | 56 |
| Binary | 10001000 | 1100000 | 10001010 | 1 | 11110 | 0 | 101110 | 100101001 | 10010 | 101110 |
Color Harmonies of #88608A
Complementary color
Monochromatic Colors of #88608A
Black with #88608A
Text Example
Text Example
White with #88608A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88608A; }
p { color: rgb(136,96,138); }
H1.HeaderClassName
{
color: #88608A;
}
.AnyTagClassName
{
color: #88608A;
}
</style>
background-color css
<style>
a { background-color: #88608A; }
a { background-color: rgb(136,96,138); }
div.DivClassName
{
background-color: #88608A;
}
.BgClassName
{
background-color: #88608A;
}
</style>
border-color css
<style>
span { border-color: #88608A; }
span { border-color: rgb(136,96,138); }
td.TdClassName
{
border-color: #88608A;
}
.TagClassName
{
border-color: #88608A;
}
</style>