Shades of Hippie Pink #AE4E5C
Tints of Hippie Pink #AE4E5C
RGB
CMYK
RGB Variations
Color information
#AE4E5C (or 0xAE4E5C) is known color: Hippie Pink. HEX triplet: AE, 4E and 5C. RGB value is (174,78,92). Sum of RGB (Red+Green+Blue) = 174+78+92=344 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.58% from 344); Green value is 78 (30.86% from 255 or 22.67% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE4E5C is #51B1A3. Grayscale: #6C6C6C. Windows color (decimal): -5353892 or 6049454. OLE color: 6049454.
HSL color Cylindrical-coordinate representation of color #AE4E5C: hue angle of 351.25º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AE4E5C is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 78 | 92 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.32 |
| HSL | 351.25º | 0.38% | 0.49% | - |
| HSV(B) | 351.25º | 0.55% | 0.68% | - |
| XYZ | 22.11 | 15.22 | 11.9 | - |
| YUV | 108.3 | 118.8 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 78 | 92 | 0 | 0.55 | 0.47 | 0.32 | 351.25 | 0.38 | 0.49 |
| Hex | AE | 4E | 5C | 0 | 37 | 2F | 20 | 15F | 26 | 31 |
| Octal | 256 | 116 | 134 | 0 | 67 | 57 | 40 | 537 | 46 | 61 |
| Binary | 10101110 | 1001110 | 1011100 | 0 | 110111 | 101111 | 100000 | 101011111 | 100110 | 110001 |
Color Harmonies of #AE4E5C
Complementary color
Monochromatic Colors of #AE4E5C
Black with #AE4E5C
Text Example
Text Example
White with #AE4E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4E5C; }
p { color: rgb(174,78,92); }
H1.HeaderClassName
{
color: #AE4E5C;
}
.AnyTagClassName
{
color: #AE4E5C;
}
</style>
background-color css
<style>
a { background-color: #AE4E5C; }
a { background-color: rgb(174,78,92); }
div.DivClassName
{
background-color: #AE4E5C;
}
.BgClassName
{
background-color: #AE4E5C;
}
</style>
border-color css
<style>
span { border-color: #AE4E5C; }
span { border-color: rgb(174,78,92); }
td.TdClassName
{
border-color: #AE4E5C;
}
.TagClassName
{
border-color: #AE4E5C;
}
</style>