Shades of Solid Pink #93464E
Tints of Solid Pink #93464E
RGB
CMYK
RGB Variations
Color information
#93464E (or 0x93464E) is known color: Solid Pink. HEX triplet: 93, 46 and 4E. RGB value is (147,70,78). Sum of RGB (Red+Green+Blue) = 147+70+78=295 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.83% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 78 (30.86% from 255 or 26.44% from 295); Max value from RGB is 147 - color contains mainly: red. Hex color #93464E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93464E is #6CB9B1. Grayscale: #5D5D5D. Windows color (decimal): -7125426 or 5129875. OLE color: 5129875.
HSL color Cylindrical-coordinate representation of color #93464E: hue angle of 353.77º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #93464E is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 70 | 78 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.42 |
| HSL | 353.77º | 0.35% | 0.43% | - |
| HSV(B) | 353.77º | 0.52% | 0.58% | - |
| XYZ | 15.6 | 11.13 | 8.53 | - |
| YUV | 93.94 | 119.01 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 70 | 78 | 0 | 0.52 | 0.47 | 0.42 | 353.77 | 0.35 | 0.43 |
| Hex | 93 | 46 | 4E | 0 | 34 | 2F | 2A | 162 | 23 | 2B |
| Octal | 223 | 106 | 116 | 0 | 64 | 57 | 52 | 542 | 43 | 53 |
| Binary | 10010011 | 1000110 | 1001110 | 0 | 110100 | 101111 | 101010 | 101100010 | 100011 | 101011 |
Color Harmonies of #93464E
Complementary color
Monochromatic Colors of #93464E
Black with #93464E
Text Example
Text Example
White with #93464E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93464E; }
p { color: rgb(147,70,78); }
H1.HeaderClassName
{
color: #93464E;
}
.AnyTagClassName
{
color: #93464E;
}
</style>
background-color css
<style>
a { background-color: #93464E; }
a { background-color: rgb(147,70,78); }
div.DivClassName
{
background-color: #93464E;
}
.BgClassName
{
background-color: #93464E;
}
</style>
border-color css
<style>
span { border-color: #93464E; }
span { border-color: rgb(147,70,78); }
td.TdClassName
{
border-color: #93464E;
}
.TagClassName
{
border-color: #93464E;
}
</style>