Shades of Trendy Pink #7E4671
Tints of Trendy Pink #7E4671
RGB
CMYK
RGB Variations
Color information
#7E4671 (or 0x7E4671) is known color: Trendy Pink. HEX triplet: 7E, 46 and 71. RGB value is (126,70,113). Sum of RGB (Red+Green+Blue) = 126+70+113=309 (40% of max value = 765). Red value is 126 (49.61% from 255 or 40.78% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4671 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E4671 is #81B98E. Grayscale: #5B5B5B. Windows color (decimal): -8501647 or 7423614. OLE color: 7423614.
HSL color Cylindrical-coordinate representation of color #7E4671: hue angle of 313.93º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7E4671 is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 70 | 113 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.51 |
| HSL | 313.93º | 0.29% | 0.38% | - |
| HSV(B) | 313.93º | 0.44% | 0.49% | - |
| XYZ | 13.77 | 10.01 | 16.83 | - |
| YUV | 91.65 | 140.05 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 70 | 113 | 0 | 0.44 | 0.10 | 0.51 | 313.93 | 0.29 | 0.38 |
| Hex | 7E | 46 | 71 | 0 | 2C | A | 33 | 13A | 1D | 26 |
| Octal | 176 | 106 | 161 | 0 | 54 | 12 | 63 | 472 | 35 | 46 |
| Binary | 1111110 | 1000110 | 1110001 | 0 | 101100 | 1010 | 110011 | 100111010 | 11101 | 100110 |
Color Harmonies of #7E4671
Complementary color
Monochromatic Colors of #7E4671
Black with #7E4671
Text Example
Text Example
White with #7E4671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4671; }
p { color: rgb(126,70,113); }
H1.HeaderClassName
{
color: #7E4671;
}
.AnyTagClassName
{
color: #7E4671;
}
</style>
background-color css
<style>
a { background-color: #7E4671; }
a { background-color: rgb(126,70,113); }
div.DivClassName
{
background-color: #7E4671;
}
.BgClassName
{
background-color: #7E4671;
}
</style>
border-color css
<style>
span { border-color: #7E4671; }
span { border-color: rgb(126,70,113); }
td.TdClassName
{
border-color: #7E4671;
}
.TagClassName
{
border-color: #7E4671;
}
</style>