Shades of Trendy Pink #7E547D
Tints of Trendy Pink #7E547D
RGB
CMYK
RGB Variations
Color information
#7E547D (or 0x7E547D) is known color: Trendy Pink. HEX triplet: 7E, 54 and 7D. RGB value is (126,84,125). Sum of RGB (Red+Green+Blue) = 126+84+125=335 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.61% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 126 - color contains mainly: red. Hex color #7E547D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E547D is #81AB82. Grayscale: #656565. Windows color (decimal): -8498051 or 8213630. OLE color: 8213630.
HSL color Cylindrical-coordinate representation of color #7E547D: hue angle of 301.43º 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 #7E547D is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 84 | 125 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.51 |
| HSL | 301.43º | 0.2% | 0.41% | - |
| HSV(B) | 301.43º | 0.33% | 0.49% | - |
| XYZ | 15.48 | 12.26 | 20.95 | - |
| YUV | 101.23 | 141.41 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 84 | 125 | 0 | 0.33 | 0.01 | 0.51 | 301.43 | 0.2 | 0.41 |
| Hex | 7E | 54 | 7D | 0 | 21 | 1 | 33 | 12D | 14 | 29 |
| Octal | 176 | 124 | 175 | 0 | 41 | 1 | 63 | 455 | 24 | 51 |
| Binary | 1111110 | 1010100 | 1111101 | 0 | 100001 | 1 | 110011 | 100101101 | 10100 | 101001 |
Color Harmonies of #7E547D
Complementary color
Monochromatic Colors of #7E547D
Black with #7E547D
Text Example
Text Example
White with #7E547D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E547D; }
p { color: rgb(126,84,125); }
H1.HeaderClassName
{
color: #7E547D;
}
.AnyTagClassName
{
color: #7E547D;
}
</style>
background-color css
<style>
a { background-color: #7E547D; }
a { background-color: rgb(126,84,125); }
div.DivClassName
{
background-color: #7E547D;
}
.BgClassName
{
background-color: #7E547D;
}
</style>
border-color css
<style>
span { border-color: #7E547D; }
span { border-color: rgb(126,84,125); }
td.TdClassName
{
border-color: #7E547D;
}
.TagClassName
{
border-color: #7E547D;
}
</style>