Shades of Trendy Pink #915888
Tints of Trendy Pink #915888
RGB
CMYK
RGB Variations
Color information
#915888 (or 0x915888) is known color: Trendy Pink. HEX triplet: 91, 58 and 88. RGB value is (145,88,136). Sum of RGB (Red+Green+Blue) = 145+88+136=369 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.30% from 369); Green value is 88 (34.77% from 255 or 23.85% from 369); Blue value is 136 (53.52% from 255 or 36.86% from 369); Max value from RGB is 145 - color contains mainly: red. Hex color #915888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915888 is #6EA777. Grayscale: #6E6E6E. Windows color (decimal): -7251832 or 8935569. OLE color: 8935569.
HSL color Cylindrical-coordinate representation of color #915888: hue angle of 309.47º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #915888 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 88 | 136 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.43 |
| HSL | 309.47º | 0.24% | 0.46% | - |
| HSV(B) | 309.47º | 0.39% | 0.57% | - |
| XYZ | 19.61 | 14.78 | 25.11 | - |
| YUV | 110.52 | 142.38 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 88 | 136 | 0 | 0.39 | 0.06 | 0.43 | 309.47 | 0.24 | 0.46 |
| Hex | 91 | 58 | 88 | 0 | 27 | 6 | 2B | 135 | 18 | 2E |
| Octal | 221 | 130 | 210 | 0 | 47 | 6 | 53 | 465 | 30 | 56 |
| Binary | 10010001 | 1011000 | 10001000 | 0 | 100111 | 110 | 101011 | 100110101 | 11000 | 101110 |
Color Harmonies of #915888
Complementary color
Monochromatic Colors of #915888
Black with #915888
Text Example
Text Example
White with #915888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915888; }
p { color: rgb(145,88,136); }
H1.HeaderClassName
{
color: #915888;
}
.AnyTagClassName
{
color: #915888;
}
</style>
background-color css
<style>
a { background-color: #915888; }
a { background-color: rgb(145,88,136); }
div.DivClassName
{
background-color: #915888;
}
.BgClassName
{
background-color: #915888;
}
</style>
border-color css
<style>
span { border-color: #915888; }
span { border-color: rgb(145,88,136); }
td.TdClassName
{
border-color: #915888;
}
.TagClassName
{
border-color: #915888;
}
</style>