Shades of Trendy Pink #7E5581
Tints of Trendy Pink #7E5581
RGB
CMYK
RGB Variations
Color information
#7E5581 (or 0x7E5581) is known color: Trendy Pink. HEX triplet: 7E, 55 and 81. RGB value is (126,85,129). Sum of RGB (Red+Green+Blue) = 126+85+129=340 (45% of max value = 765). Red value is 126 (49.61% from 255 or 37.06% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 129 (50.78% from 255 or 37.94% from 340); Max value from RGB is 129 - color contains mainly: blue. Hex color #7E5581 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E5581 is #81AA7E. Grayscale: #666666. Windows color (decimal): -8497791 or 8476030. OLE color: 8476030.
HSL color Cylindrical-coordinate representation of color #7E5581: hue angle of 295.91º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7E5581 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 126 | 85 | 129 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.49 |
| HSL | 295.91º | 0.21% | 0.42% | - |
| HSV(B) | 295.91º | 0.34% | 0.51% | - |
| XYZ | 15.82 | 12.52 | 22.35 | - |
| YUV | 102.28 | 143.08 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 85 | 129 | 0.02 | 0.34 | 0 | 0.49 | 295.91 | 0.21 | 0.42 |
| Hex | 7E | 55 | 81 | 2 | 22 | 0 | 31 | 128 | 15 | 2A |
| Octal | 176 | 125 | 201 | 2 | 42 | 0 | 61 | 450 | 25 | 52 |
| Binary | 1111110 | 1010101 | 10000001 | 10 | 100010 | 0 | 110001 | 100101000 | 10101 | 101010 |
Color Harmonies of #7E5581
Complementary color
Monochromatic Colors of #7E5581
Black with #7E5581
Text Example
Text Example
White with #7E5581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5581; }
p { color: rgb(126,85,129); }
H1.HeaderClassName
{
color: #7E5581;
}
.AnyTagClassName
{
color: #7E5581;
}
</style>
background-color css
<style>
a { background-color: #7E5581; }
a { background-color: rgb(126,85,129); }
div.DivClassName
{
background-color: #7E5581;
}
.BgClassName
{
background-color: #7E5581;
}
</style>
border-color css
<style>
span { border-color: #7E5581; }
span { border-color: rgb(126,85,129); }
td.TdClassName
{
border-color: #7E5581;
}
.TagClassName
{
border-color: #7E5581;
}
</style>