Shades of Hippie Pink #AE505E
Tints of Hippie Pink #AE505E
RGB
CMYK
RGB Variations
Color information
#AE505E (or 0xAE505E) is known color: Hippie Pink. HEX triplet: AE, 50 and 5E. RGB value is (174,80,94). Sum of RGB (Red+Green+Blue) = 174+80+94=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AE505E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE505E is #51AFA1. Grayscale: #6D6D6D. Windows color (decimal): -5353378 or 6181038. OLE color: 6181038.
HSL color Cylindrical-coordinate representation of color #AE505E: hue angle of 351.06º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AE505E is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 80 | 94 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.32 |
| HSL | 351.06º | 0.37% | 0.5% | - |
| HSV(B) | 351.06º | 0.54% | 0.68% | - |
| XYZ | 22.34 | 15.54 | 12.41 | - |
| YUV | 109.7 | 119.14 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 80 | 94 | 0 | 0.54 | 0.46 | 0.32 | 351.06 | 0.37 | 0.5 |
| Hex | AE | 50 | 5E | 0 | 36 | 2E | 20 | 15F | 25 | 32 |
| Octal | 256 | 120 | 136 | 0 | 66 | 56 | 40 | 537 | 45 | 62 |
| Binary | 10101110 | 1010000 | 1011110 | 0 | 110110 | 101110 | 100000 | 101011111 | 100101 | 110010 |
Color Harmonies of #AE505E
Complementary color
Monochromatic Colors of #AE505E
Black with #AE505E
Text Example
Text Example
White with #AE505E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE505E; }
p { color: rgb(174,80,94); }
H1.HeaderClassName
{
color: #AE505E;
}
.AnyTagClassName
{
color: #AE505E;
}
</style>
background-color css
<style>
a { background-color: #AE505E; }
a { background-color: rgb(174,80,94); }
div.DivClassName
{
background-color: #AE505E;
}
.BgClassName
{
background-color: #AE505E;
}
</style>
border-color css
<style>
span { border-color: #AE505E; }
span { border-color: rgb(174,80,94); }
td.TdClassName
{
border-color: #AE505E;
}
.TagClassName
{
border-color: #AE505E;
}
</style>