Shades of Trendy Pink #85437E
Tints of Trendy Pink #85437E
RGB
CMYK
RGB Variations
Color information
#85437E (or 0x85437E) is known color: Trendy Pink. HEX triplet: 85, 43 and 7E. RGB value is (133,67,126). Sum of RGB (Red+Green+Blue) = 133+67+126=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 126 (49.61% from 255 or 38.65% from 326); Max value from RGB is 133 - color contains mainly: red. Hex color #85437E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85437E is #7ABC81. Grayscale: #5D5D5D. Windows color (decimal): -8043650 or 8274821. OLE color: 8274821.
HSL color Cylindrical-coordinate representation of color #85437E: hue angle of 306.36º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85437E is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 67 | 126 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.48 |
| HSL | 306.36º | 0.33% | 0.39% | - |
| HSV(B) | 306.36º | 0.5% | 0.52% | - |
| XYZ | 15.45 | 10.51 | 20.95 | - |
| YUV | 93.46 | 146.37 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 67 | 126 | 0 | 0.50 | 0.05 | 0.48 | 306.36 | 0.33 | 0.39 |
| Hex | 85 | 43 | 7E | 0 | 32 | 5 | 30 | 132 | 21 | 27 |
| Octal | 205 | 103 | 176 | 0 | 62 | 5 | 60 | 462 | 41 | 47 |
| Binary | 10000101 | 1000011 | 1111110 | 0 | 110010 | 101 | 110000 | 100110010 | 100001 | 100111 |
Color Harmonies of #85437E
Complementary color
Monochromatic Colors of #85437E
Black with #85437E
Text Example
Text Example
White with #85437E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85437E; }
p { color: rgb(133,67,126); }
H1.HeaderClassName
{
color: #85437E;
}
.AnyTagClassName
{
color: #85437E;
}
</style>
background-color css
<style>
a { background-color: #85437E; }
a { background-color: rgb(133,67,126); }
div.DivClassName
{
background-color: #85437E;
}
.BgClassName
{
background-color: #85437E;
}
</style>
border-color css
<style>
span { border-color: #85437E; }
span { border-color: rgb(133,67,126); }
td.TdClassName
{
border-color: #85437E;
}
.TagClassName
{
border-color: #85437E;
}
</style>