Shades of Trendy Pink #88618A
Tints of Trendy Pink #88618A
RGB
CMYK
RGB Variations
Color information
#88618A (or 0x88618A) is known color: Trendy Pink. HEX triplet: 88, 61 and 8A. RGB value is (136,97,138). Sum of RGB (Red+Green+Blue) = 136+97+138=371 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.66% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 138 - color contains mainly: blue. Hex color #88618A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88618A is #779E75. Grayscale: #717171. Windows color (decimal): -7839350 or 9068936. OLE color: 9068936.
HSL color Cylindrical-coordinate representation of color #88618A: hue angle of 297.07º degrees, saturation: 0.17, 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 #88618A is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 136 | 97 | 138 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.46 |
| HSL | 297.07º | 0.17% | 0.46% | - |
| HSV(B) | 297.07º | 0.3% | 0.54% | - |
| XYZ | 19.02 | 15.62 | 26.06 | - |
| YUV | 113.34 | 141.92 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 97 | 138 | 0.01 | 0.30 | 0 | 0.46 | 297.07 | 0.17 | 0.46 |
| Hex | 88 | 61 | 8A | 1 | 1E | 0 | 2E | 129 | 11 | 2E |
| Octal | 210 | 141 | 212 | 1 | 36 | 0 | 56 | 451 | 21 | 56 |
| Binary | 10001000 | 1100001 | 10001010 | 1 | 11110 | 0 | 101110 | 100101001 | 10001 | 101110 |
Color Harmonies of #88618A
Complementary color
Monochromatic Colors of #88618A
Black with #88618A
Text Example
Text Example
White with #88618A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88618A; }
p { color: rgb(136,97,138); }
H1.HeaderClassName
{
color: #88618A;
}
.AnyTagClassName
{
color: #88618A;
}
</style>
background-color css
<style>
a { background-color: #88618A; }
a { background-color: rgb(136,97,138); }
div.DivClassName
{
background-color: #88618A;
}
.BgClassName
{
background-color: #88618A;
}
</style>
border-color css
<style>
span { border-color: #88618A; }
span { border-color: rgb(136,97,138); }
td.TdClassName
{
border-color: #88618A;
}
.TagClassName
{
border-color: #88618A;
}
</style>