Shades of Lipstick #AE2556
Tints of Lipstick #AE2556
RGB
CMYK
RGB Variations
Color information
#AE2556 (or 0xAE2556) is known color: Lipstick. HEX triplet: AE, 25 and 56. RGB value is (174,37,86). Sum of RGB (Red+Green+Blue) = 174+37+86=297 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.59% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 86 (33.98% from 255 or 28.96% from 297); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2556 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2556 is #51DAA9. Grayscale: #535353. Windows color (decimal): -5364394 or 5645742. OLE color: 5645742.
HSL color Cylindrical-coordinate representation of color #AE2556: hue angle of 338.54º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AE2556 is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 37 | 86 | - |
| CMYK | 0 | 0.79 | 0.51 | 0.32 |
| HSL | 338.54º | 0.65% | 0.41% | - |
| HSV(B) | 338.54º | 0.79% | 0.68% | - |
| XYZ | 19.8 | 10.99 | 9.88 | - |
| YUV | 83.55 | 129.39 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 37 | 86 | 0 | 0.79 | 0.51 | 0.32 | 338.54 | 0.65 | 0.41 |
| Hex | AE | 25 | 56 | 0 | 4F | 33 | 20 | 153 | 41 | 29 |
| Octal | 256 | 45 | 126 | 0 | 117 | 63 | 40 | 523 | 101 | 51 |
| Binary | 10101110 | 100101 | 1010110 | 0 | 1001111 | 110011 | 100000 | 101010011 | 1000001 | 101001 |
Color Harmonies of #AE2556
Complementary color
Monochromatic Colors of #AE2556
Black with #AE2556
Text Example
Text Example
White with #AE2556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2556; }
p { color: rgb(174,37,86); }
H1.HeaderClassName
{
color: #AE2556;
}
.AnyTagClassName
{
color: #AE2556;
}
</style>
background-color css
<style>
a { background-color: #AE2556; }
a { background-color: rgb(174,37,86); }
div.DivClassName
{
background-color: #AE2556;
}
.BgClassName
{
background-color: #AE2556;
}
</style>
border-color css
<style>
span { border-color: #AE2556; }
span { border-color: rgb(174,37,86); }
td.TdClassName
{
border-color: #AE2556;
}
.TagClassName
{
border-color: #AE2556;
}
</style>