Shades of Trendy Pink #7E5474
Tints of Trendy Pink #7E5474
RGB
CMYK
RGB Variations
Color information
#7E5474 (or 0x7E5474) is known color: Trendy Pink. HEX triplet: 7E, 54 and 74. RGB value is (126,84,116). Sum of RGB (Red+Green+Blue) = 126+84+116=326 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.65% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5474 is #81AB8B. Grayscale: #646464. Windows color (decimal): -8498060 or 7623806. OLE color: 7623806.
HSL color Cylindrical-coordinate representation of color #7E5474: hue angle of 314.29º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7E5474 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 84 | 116 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.51 |
| HSL | 314.29º | 0.2% | 0.41% | - |
| HSV(B) | 314.29º | 0.33% | 0.49% | - |
| XYZ | 14.93 | 12.04 | 18.06 | - |
| YUV | 100.21 | 136.91 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 84 | 116 | 0 | 0.33 | 0.08 | 0.51 | 314.29 | 0.2 | 0.41 |
| Hex | 7E | 54 | 74 | 0 | 21 | 8 | 33 | 13A | 14 | 29 |
| Octal | 176 | 124 | 164 | 0 | 41 | 10 | 63 | 472 | 24 | 51 |
| Binary | 1111110 | 1010100 | 1110100 | 0 | 100001 | 1000 | 110011 | 100111010 | 10100 | 101001 |
Color Harmonies of #7E5474
Complementary color
Monochromatic Colors of #7E5474
Black with #7E5474
Text Example
Text Example
White with #7E5474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5474; }
p { color: rgb(126,84,116); }
H1.HeaderClassName
{
color: #7E5474;
}
.AnyTagClassName
{
color: #7E5474;
}
</style>
background-color css
<style>
a { background-color: #7E5474; }
a { background-color: rgb(126,84,116); }
div.DivClassName
{
background-color: #7E5474;
}
.BgClassName
{
background-color: #7E5474;
}
</style>
border-color css
<style>
span { border-color: #7E5474; }
span { border-color: rgb(126,84,116); }
td.TdClassName
{
border-color: #7E5474;
}
.TagClassName
{
border-color: #7E5474;
}
</style>