Shades of Trendy Pink #88457E
Tints of Trendy Pink #88457E
RGB
CMYK
RGB Variations
Color information
#88457E (or 0x88457E) is known color: Trendy Pink. HEX triplet: 88, 45 and 7E. RGB value is (136,69,126). Sum of RGB (Red+Green+Blue) = 136+69+126=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 126 (49.61% from 255 or 38.07% from 331); Max value from RGB is 136 - color contains mainly: red. Hex color #88457E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88457E is #77BA81. Grayscale: #5F5F5F. Windows color (decimal): -7846530 or 8275336. OLE color: 8275336.
HSL color Cylindrical-coordinate representation of color #88457E: hue angle of 308.96º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #88457E is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 69 | 126 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.47 |
| HSL | 308.96º | 0.33% | 0.4% | - |
| HSV(B) | 308.96º | 0.49% | 0.53% | - |
| XYZ | 16.05 | 11 | 21.02 | - |
| YUV | 95.53 | 145.2 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 69 | 126 | 0 | 0.49 | 0.07 | 0.47 | 308.96 | 0.33 | 0.4 |
| Hex | 88 | 45 | 7E | 0 | 31 | 7 | 2F | 135 | 21 | 28 |
| Octal | 210 | 105 | 176 | 0 | 61 | 7 | 57 | 465 | 41 | 50 |
| Binary | 10001000 | 1000101 | 1111110 | 0 | 110001 | 111 | 101111 | 100110101 | 100001 | 101000 |
Color Harmonies of #88457E
Complementary color
Monochromatic Colors of #88457E
Black with #88457E
Text Example
Text Example
White with #88457E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88457E; }
p { color: rgb(136,69,126); }
H1.HeaderClassName
{
color: #88457E;
}
.AnyTagClassName
{
color: #88457E;
}
</style>
background-color css
<style>
a { background-color: #88457E; }
a { background-color: rgb(136,69,126); }
div.DivClassName
{
background-color: #88457E;
}
.BgClassName
{
background-color: #88457E;
}
</style>
border-color css
<style>
span { border-color: #88457E; }
span { border-color: rgb(136,69,126); }
td.TdClassName
{
border-color: #88457E;
}
.TagClassName
{
border-color: #88457E;
}
</style>