Shades of Trendy Pink #7E5185
Tints of Trendy Pink #7E5185
RGB
CMYK
RGB Variations
Color information
#7E5185 (or 0x7E5185) is known color: Trendy Pink. HEX triplet: 7E, 51 and 85. RGB value is (126,81,133). Sum of RGB (Red+Green+Blue) = 126+81+133=340 (45% of max value = 765). Red value is 126 (49.61% from 255 or 37.06% from 340); Green value is 81 (32.03% from 255 or 23.82% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 133 - color contains mainly: blue. Hex color #7E5185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E5185 is #81AE7A. Grayscale: #646464. Windows color (decimal): -8498811 or 8737150. OLE color: 8737150.
HSL color Cylindrical-coordinate representation of color #7E5185: hue angle of 291.92º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7E5185 is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 126 | 81 | 133 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.48 |
| HSL | 291.92º | 0.24% | 0.42% | - |
| HSV(B) | 291.92º | 0.39% | 0.52% | - |
| XYZ | 15.78 | 12.01 | 23.68 | - |
| YUV | 100.38 | 146.41 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 81 | 133 | 0.05 | 0.39 | 0 | 0.48 | 291.92 | 0.24 | 0.42 |
| Hex | 7E | 51 | 85 | 5 | 27 | 0 | 30 | 124 | 18 | 2A |
| Octal | 176 | 121 | 205 | 5 | 47 | 0 | 60 | 444 | 30 | 52 |
| Binary | 1111110 | 1010001 | 10000101 | 101 | 100111 | 0 | 110000 | 100100100 | 11000 | 101010 |
Color Harmonies of #7E5185
Complementary color
Monochromatic Colors of #7E5185
Black with #7E5185
Text Example
Text Example
White with #7E5185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5185; }
p { color: rgb(126,81,133); }
H1.HeaderClassName
{
color: #7E5185;
}
.AnyTagClassName
{
color: #7E5185;
}
</style>
background-color css
<style>
a { background-color: #7E5185; }
a { background-color: rgb(126,81,133); }
div.DivClassName
{
background-color: #7E5185;
}
.BgClassName
{
background-color: #7E5185;
}
</style>
border-color css
<style>
span { border-color: #7E5185; }
span { border-color: rgb(126,81,133); }
td.TdClassName
{
border-color: #7E5185;
}
.TagClassName
{
border-color: #7E5185;
}
</style>