Shades of Lipstick #AE2555
Tints of Lipstick #AE2555
RGB
CMYK
RGB Variations
Color information
#AE2555 (or 0xAE2555) is known color: Lipstick. HEX triplet: AE, 25 and 55. RGB value is (174,37,85). Sum of RGB (Red+Green+Blue) = 174+37+85=296 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.78% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 85 (33.59% from 255 or 28.72% from 296); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2555 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2555 is #51DAAA. Grayscale: #535353. Windows color (decimal): -5364395 or 5580206. OLE color: 5580206.
HSL color Cylindrical-coordinate representation of color #AE2555: hue angle of 338.98º 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 #AE2555 is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 37 | 85 | - |
| CMYK | 0 | 0.79 | 0.51 | 0.32 |
| HSL | 338.98º | 0.65% | 0.41% | - |
| HSV(B) | 338.98º | 0.79% | 0.68% | - |
| XYZ | 19.76 | 10.98 | 9.67 | - |
| YUV | 83.44 | 128.89 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 37 | 85 | 0 | 0.79 | 0.51 | 0.32 | 338.98 | 0.65 | 0.41 |
| Hex | AE | 25 | 55 | 0 | 4F | 33 | 20 | 153 | 41 | 29 |
| Octal | 256 | 45 | 125 | 0 | 117 | 63 | 40 | 523 | 101 | 51 |
| Binary | 10101110 | 100101 | 1010101 | 0 | 1001111 | 110011 | 100000 | 101010011 | 1000001 | 101001 |
Color Harmonies of #AE2555
Complementary color
Monochromatic Colors of #AE2555
Black with #AE2555
Text Example
Text Example
White with #AE2555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2555; }
p { color: rgb(174,37,85); }
H1.HeaderClassName
{
color: #AE2555;
}
.AnyTagClassName
{
color: #AE2555;
}
</style>
background-color css
<style>
a { background-color: #AE2555; }
a { background-color: rgb(174,37,85); }
div.DivClassName
{
background-color: #AE2555;
}
.BgClassName
{
background-color: #AE2555;
}
</style>
border-color css
<style>
span { border-color: #AE2555; }
span { border-color: rgb(174,37,85); }
td.TdClassName
{
border-color: #AE2555;
}
.TagClassName
{
border-color: #AE2555;
}
</style>