Shades of Trendy Pink #82587E
Tints of Trendy Pink #82587E
RGB
CMYK
RGB Variations
Color information
#82587E (or 0x82587E) is known color: Trendy Pink. HEX triplet: 82, 58 and 7E. RGB value is (130,88,126). Sum of RGB (Red+Green+Blue) = 130+88+126=344 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.79% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 126 (49.61% from 255 or 36.63% from 344); Max value from RGB is 130 - color contains mainly: red. Hex color #82587E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82587E is #7DA781. Grayscale: #686868. Windows color (decimal): -8234882 or 8280194. OLE color: 8280194.
HSL color Cylindrical-coordinate representation of color #82587E: hue angle of 305.71º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82587E is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 88 | 126 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.49 |
| HSL | 305.71º | 0.19% | 0.43% | - |
| HSV(B) | 305.71º | 0.32% | 0.51% | - |
| XYZ | 16.46 | 13.23 | 21.43 | - |
| YUV | 104.89 | 139.91 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 88 | 126 | 0 | 0.32 | 0.03 | 0.49 | 305.71 | 0.19 | 0.43 |
| Hex | 82 | 58 | 7E | 0 | 20 | 3 | 31 | 132 | 13 | 2B |
| Octal | 202 | 130 | 176 | 0 | 40 | 3 | 61 | 462 | 23 | 53 |
| Binary | 10000010 | 1011000 | 1111110 | 0 | 100000 | 11 | 110001 | 100110010 | 10011 | 101011 |
Color Harmonies of #82587E
Complementary color
Monochromatic Colors of #82587E
Black with #82587E
Text Example
Text Example
White with #82587E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82587E; }
p { color: rgb(130,88,126); }
H1.HeaderClassName
{
color: #82587E;
}
.AnyTagClassName
{
color: #82587E;
}
</style>
background-color css
<style>
a { background-color: #82587E; }
a { background-color: rgb(130,88,126); }
div.DivClassName
{
background-color: #82587E;
}
.BgClassName
{
background-color: #82587E;
}
</style>
border-color css
<style>
span { border-color: #82587E; }
span { border-color: rgb(130,88,126); }
td.TdClassName
{
border-color: #82587E;
}
.TagClassName
{
border-color: #82587E;
}
</style>