Shades of Lipstick #AE245E
Tints of Lipstick #AE245E
RGB
CMYK
RGB Variations
Color information
#AE245E (or 0xAE245E) is known color: Lipstick. HEX triplet: AE, 24 and 5E. RGB value is (174,36,94). Sum of RGB (Red+Green+Blue) = 174+36+94=304 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.24% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 174 - color contains mainly: red. Hex color #AE245E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE245E is #51DBA1. Grayscale: #535353. Windows color (decimal): -5364642 or 6169774. OLE color: 6169774.
HSL color Cylindrical-coordinate representation of color #AE245E: hue angle of 334.78º degrees, saturation: 0.66, 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 #AE245E is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 36 | 94 | - |
| CMYK | 0 | 0.79 | 0.46 | 0.32 |
| HSL | 334.78º | 0.66% | 0.41% | - |
| HSV(B) | 334.78º | 0.79% | 0.68% | - |
| XYZ | 20.11 | 11.07 | 11.67 | - |
| YUV | 83.87 | 133.72 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 36 | 94 | 0 | 0.79 | 0.46 | 0.32 | 334.78 | 0.66 | 0.41 |
| Hex | AE | 24 | 5E | 0 | 4F | 2E | 20 | 14F | 42 | 29 |
| Octal | 256 | 44 | 136 | 0 | 117 | 56 | 40 | 517 | 102 | 51 |
| Binary | 10101110 | 100100 | 1011110 | 0 | 1001111 | 101110 | 100000 | 101001111 | 1000010 | 101001 |
Color Harmonies of #AE245E
Complementary color
Monochromatic Colors of #AE245E
Black with #AE245E
Text Example
Text Example
White with #AE245E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE245E; }
p { color: rgb(174,36,94); }
H1.HeaderClassName
{
color: #AE245E;
}
.AnyTagClassName
{
color: #AE245E;
}
</style>
background-color css
<style>
a { background-color: #AE245E; }
a { background-color: rgb(174,36,94); }
div.DivClassName
{
background-color: #AE245E;
}
.BgClassName
{
background-color: #AE245E;
}
</style>
border-color css
<style>
span { border-color: #AE245E; }
span { border-color: rgb(174,36,94); }
td.TdClassName
{
border-color: #AE245E;
}
.TagClassName
{
border-color: #AE245E;
}
</style>