Shades of Solid Pink #88434E
Tints of Solid Pink #88434E
RGB
CMYK
RGB Variations
Color information
#88434E (or 0x88434E) is known color: Solid Pink. HEX triplet: 88, 43 and 4E. RGB value is (136,67,78). Sum of RGB (Red+Green+Blue) = 136+67+78=281 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.40% from 281); Green value is 67 (26.56% from 255 or 23.84% from 281); Blue value is 78 (30.86% from 255 or 27.76% from 281); Max value from RGB is 136 - color contains mainly: red. Hex color #88434E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88434E is #77BCB1. Grayscale: #585858. Windows color (decimal): -7847090 or 5129096. OLE color: 5129096.
HSL color Cylindrical-coordinate representation of color #88434E: hue angle of 350.43º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #88434E is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 67 | 78 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.47 |
| HSL | 350.43º | 0.34% | 0.4% | - |
| HSV(B) | 350.43º | 0.51% | 0.53% | - |
| XYZ | 13.54 | 9.8 | 8.39 | - |
| YUV | 88.89 | 121.86 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 67 | 78 | 0 | 0.51 | 0.43 | 0.47 | 350.43 | 0.34 | 0.4 |
| Hex | 88 | 43 | 4E | 0 | 33 | 2B | 2F | 15E | 22 | 28 |
| Octal | 210 | 103 | 116 | 0 | 63 | 53 | 57 | 536 | 42 | 50 |
| Binary | 10001000 | 1000011 | 1001110 | 0 | 110011 | 101011 | 101111 | 101011110 | 100010 | 101000 |
Color Harmonies of #88434E
Complementary color
Monochromatic Colors of #88434E
Black with #88434E
Text Example
Text Example
White with #88434E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88434E; }
p { color: rgb(136,67,78); }
H1.HeaderClassName
{
color: #88434E;
}
.AnyTagClassName
{
color: #88434E;
}
</style>
background-color css
<style>
a { background-color: #88434E; }
a { background-color: rgb(136,67,78); }
div.DivClassName
{
background-color: #88434E;
}
.BgClassName
{
background-color: #88434E;
}
</style>
border-color css
<style>
span { border-color: #88434E; }
span { border-color: rgb(136,67,78); }
td.TdClassName
{
border-color: #88434E;
}
.TagClassName
{
border-color: #88434E;
}
</style>