Shades of Solid Pink #854E58
Tints of Solid Pink #854E58
RGB
CMYK
RGB Variations
Color information
#854E58 (or 0x854E58) is known color: Solid Pink. HEX triplet: 85, 4E and 58. RGB value is (133,78,88). Sum of RGB (Red+Green+Blue) = 133+78+88=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 88 (34.77% from 255 or 29.43% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #854E58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #854E58 is #7AB1A7. Grayscale: #5F5F5F. Windows color (decimal): -8040872 or 5787269. OLE color: 5787269.
HSL color Cylindrical-coordinate representation of color #854E58: hue angle of 349.09º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #854E58 is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 78 | 88 | - |
| CMYK | 0 | 0.41 | 0.34 | 0.48 |
| HSL | 349.09º | 0.26% | 0.41% | - |
| HSV(B) | 349.09º | 0.41% | 0.52% | - |
| XYZ | 14.16 | 11.14 | 10.64 | - |
| YUV | 95.59 | 123.72 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 78 | 88 | 0 | 0.41 | 0.34 | 0.48 | 349.09 | 0.26 | 0.41 |
| Hex | 85 | 4E | 58 | 0 | 29 | 22 | 30 | 15D | 1A | 29 |
| Octal | 205 | 116 | 130 | 0 | 51 | 42 | 60 | 535 | 32 | 51 |
| Binary | 10000101 | 1001110 | 1011000 | 0 | 101001 | 100010 | 110000 | 101011101 | 11010 | 101001 |
Color Harmonies of #854E58
Complementary color
Monochromatic Colors of #854E58
Black with #854E58
Text Example
Text Example
White with #854E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854E58; }
p { color: rgb(133,78,88); }
H1.HeaderClassName
{
color: #854E58;
}
.AnyTagClassName
{
color: #854E58;
}
</style>
background-color css
<style>
a { background-color: #854E58; }
a { background-color: rgb(133,78,88); }
div.DivClassName
{
background-color: #854E58;
}
.BgClassName
{
background-color: #854E58;
}
</style>
border-color css
<style>
span { border-color: #854E58; }
span { border-color: rgb(133,78,88); }
td.TdClassName
{
border-color: #854E58;
}
.TagClassName
{
border-color: #854E58;
}
</style>