Shades of Hippie Pink #AE4E5D
Tints of Hippie Pink #AE4E5D
RGB
CMYK
RGB Variations
Color information
#AE4E5D (or 0xAE4E5D) is known color: Hippie Pink. HEX triplet: AE, 4E and 5D. RGB value is (174,78,93). Sum of RGB (Red+Green+Blue) = 174+78+93=345 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.43% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE4E5D is #51B1A2. Grayscale: #6C6C6C. Windows color (decimal): -5353891 or 6114990. OLE color: 6114990.
HSL color Cylindrical-coordinate representation of color #AE4E5D: hue angle of 350.62º 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 #AE4E5D is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 78 | 93 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.32 |
| HSL | 350.63º | 0.38% | 0.49% | - |
| HSV(B) | 350.63º | 0.55% | 0.68% | - |
| XYZ | 22.16 | 15.24 | 12.13 | - |
| YUV | 108.41 | 119.3 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 78 | 93 | 0 | 0.55 | 0.47 | 0.32 | 350.63 | 0.38 | 0.49 |
| Hex | AE | 4E | 5D | 0 | 37 | 2F | 20 | 15F | 26 | 31 |
| Octal | 256 | 116 | 135 | 0 | 67 | 57 | 40 | 537 | 46 | 61 |
| Binary | 10101110 | 1001110 | 1011101 | 0 | 110111 | 101111 | 100000 | 101011111 | 100110 | 110001 |
Color Harmonies of #AE4E5D
Complementary color
Monochromatic Colors of #AE4E5D
Black with #AE4E5D
Text Example
Text Example
White with #AE4E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4E5D; }
p { color: rgb(174,78,93); }
H1.HeaderClassName
{
color: #AE4E5D;
}
.AnyTagClassName
{
color: #AE4E5D;
}
</style>
background-color css
<style>
a { background-color: #AE4E5D; }
a { background-color: rgb(174,78,93); }
div.DivClassName
{
background-color: #AE4E5D;
}
.BgClassName
{
background-color: #AE4E5D;
}
</style>
border-color css
<style>
span { border-color: #AE4E5D; }
span { border-color: rgb(174,78,93); }
td.TdClassName
{
border-color: #AE4E5D;
}
.TagClassName
{
border-color: #AE4E5D;
}
</style>