Shades of Trendy Pink #865E81
Tints of Trendy Pink #865E81
RGB
CMYK
RGB Variations
Color information
#865E81 (or 0x865E81) is known color: Trendy Pink. HEX triplet: 86, 5E and 81. RGB value is (134,94,129). Sum of RGB (Red+Green+Blue) = 134+94+129=357 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.54% from 357); Green value is 94 (37.11% from 255 or 26.33% from 357); Blue value is 129 (50.78% from 255 or 36.13% from 357); Max value from RGB is 134 - color contains mainly: red. Hex color #865E81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865E81 is #79A17E. Grayscale: #6D6D6D. Windows color (decimal): -7971199 or 8478342. OLE color: 8478342.
HSL color Cylindrical-coordinate representation of color #865E81: hue angle of 307.5º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #865E81 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 94 | 129 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.47 |
| HSL | 307.5º | 0.18% | 0.45% | - |
| HSV(B) | 307.5º | 0.3% | 0.53% | - |
| XYZ | 17.8 | 14.66 | 22.66 | - |
| YUV | 109.95 | 138.75 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 94 | 129 | 0 | 0.30 | 0.04 | 0.47 | 307.5 | 0.18 | 0.45 |
| Hex | 86 | 5E | 81 | 0 | 1E | 4 | 2F | 134 | 12 | 2D |
| Octal | 206 | 136 | 201 | 0 | 36 | 4 | 57 | 464 | 22 | 55 |
| Binary | 10000110 | 1011110 | 10000001 | 0 | 11110 | 100 | 101111 | 100110100 | 10010 | 101101 |
Color Harmonies of #865E81
Complementary color
Monochromatic Colors of #865E81
Black with #865E81
Text Example
Text Example
White with #865E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865E81; }
p { color: rgb(134,94,129); }
H1.HeaderClassName
{
color: #865E81;
}
.AnyTagClassName
{
color: #865E81;
}
</style>
background-color css
<style>
a { background-color: #865E81; }
a { background-color: rgb(134,94,129); }
div.DivClassName
{
background-color: #865E81;
}
.BgClassName
{
background-color: #865E81;
}
</style>
border-color css
<style>
span { border-color: #865E81; }
span { border-color: rgb(134,94,129); }
td.TdClassName
{
border-color: #865E81;
}
.TagClassName
{
border-color: #865E81;
}
</style>