Shades of Trendy Pink #725073
Tints of Trendy Pink #725073
RGB
CMYK
RGB Variations
Color information
#725073 (or 0x725073) is known color: Trendy Pink. HEX triplet: 72, 50 and 73. RGB value is (114,80,115). Sum of RGB (Red+Green+Blue) = 114+80+115=309 (40% of max value = 765). Red value is 114 (44.92% from 255 or 36.89% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 115 (45.31% from 255 or 37.22% from 309); Max value from RGB is 115 - color contains mainly: blue. Hex color #725073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725073 is #8DAF8C. Grayscale: #5E5E5E. Windows color (decimal): -9285517 or 7557234. OLE color: 7557234.
HSL color Cylindrical-coordinate representation of color #725073: hue angle of 298.29º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #725073 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 80 | 115 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.55 |
| HSL | 298.29º | 0.18% | 0.38% | - |
| HSV(B) | 298.29º | 0.3% | 0.45% | - |
| XYZ | 12.9 | 10.55 | 17.58 | - |
| YUV | 94.16 | 139.76 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 80 | 115 | 0.01 | 0.30 | 0 | 0.55 | 298.29 | 0.18 | 0.38 |
| Hex | 72 | 50 | 73 | 1 | 1E | 0 | 37 | 12A | 12 | 26 |
| Octal | 162 | 120 | 163 | 1 | 36 | 0 | 67 | 452 | 22 | 46 |
| Binary | 1110010 | 1010000 | 1110011 | 1 | 11110 | 0 | 110111 | 100101010 | 10010 | 100110 |
Color Harmonies of #725073
Complementary color
Monochromatic Colors of #725073
Black with #725073
Text Example
Text Example
White with #725073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725073; }
p { color: rgb(114,80,115); }
H1.HeaderClassName
{
color: #725073;
}
.AnyTagClassName
{
color: #725073;
}
</style>
background-color css
<style>
a { background-color: #725073; }
a { background-color: rgb(114,80,115); }
div.DivClassName
{
background-color: #725073;
}
.BgClassName
{
background-color: #725073;
}
</style>
border-color css
<style>
span { border-color: #725073; }
span { border-color: rgb(114,80,115); }
td.TdClassName
{
border-color: #725073;
}
.TagClassName
{
border-color: #725073;
}
</style>