Shades of Trendy Pink #725075
Tints of Trendy Pink #725075
RGB
CMYK
RGB Variations
Color information
#725075 (or 0x725075) is known color: Trendy Pink. HEX triplet: 72, 50 and 75. RGB value is (114,80,117). Sum of RGB (Red+Green+Blue) = 114+80+117=311 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.66% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 117 (46.09% from 255 or 37.62% from 311); Max value from RGB is 117 - color contains mainly: blue. Hex color #725075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725075 is #8DAF8A. Grayscale: #5E5E5E. Windows color (decimal): -9285515 or 7688306. OLE color: 7688306.
HSL color Cylindrical-coordinate representation of color #725075: hue angle of 295.14º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #725075 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 114 | 80 | 117 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.54 |
| HSL | 295.14º | 0.19% | 0.39% | - |
| HSV(B) | 295.14º | 0.32% | 0.46% | - |
| XYZ | 13.02 | 10.6 | 18.19 | - |
| YUV | 94.38 | 140.76 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 80 | 117 | 0.03 | 0.32 | 0 | 0.54 | 295.14 | 0.19 | 0.39 |
| Hex | 72 | 50 | 75 | 3 | 20 | 0 | 36 | 127 | 13 | 27 |
| Octal | 162 | 120 | 165 | 3 | 40 | 0 | 66 | 447 | 23 | 47 |
| Binary | 1110010 | 1010000 | 1110101 | 11 | 100000 | 0 | 110110 | 100100111 | 10011 | 100111 |
Color Harmonies of #725075
Complementary color
Monochromatic Colors of #725075
Black with #725075
Text Example
Text Example
White with #725075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725075; }
p { color: rgb(114,80,117); }
H1.HeaderClassName
{
color: #725075;
}
.AnyTagClassName
{
color: #725075;
}
</style>
background-color css
<style>
a { background-color: #725075; }
a { background-color: rgb(114,80,117); }
div.DivClassName
{
background-color: #725075;
}
.BgClassName
{
background-color: #725075;
}
</style>
border-color css
<style>
span { border-color: #725075; }
span { border-color: rgb(114,80,117); }
td.TdClassName
{
border-color: #725075;
}
.TagClassName
{
border-color: #725075;
}
</style>