Shades of Lipstick #AE265E
Tints of Lipstick #AE265E
RGB
CMYK
RGB Variations
Color information
#AE265E (or 0xAE265E) is known color: Lipstick. HEX triplet: AE, 26 and 5E. RGB value is (174,38,94). Sum of RGB (Red+Green+Blue) = 174+38+94=306 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.86% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 174 - color contains mainly: red. Hex color #AE265E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE265E is #51D9A1. Grayscale: #545454. Windows color (decimal): -5364130 or 6170286. OLE color: 6170286.
HSL color Cylindrical-coordinate representation of color #AE265E: hue angle of 335.29º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AE265E is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 38 | 94 | - |
| CMYK | 0 | 0.78 | 0.46 | 0.32 |
| HSL | 335.29º | 0.64% | 0.42% | - |
| HSV(B) | 335.29º | 0.78% | 0.68% | - |
| XYZ | 20.17 | 11.19 | 11.69 | - |
| YUV | 85.05 | 133.06 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 38 | 94 | 0 | 0.78 | 0.46 | 0.32 | 335.29 | 0.64 | 0.42 |
| Hex | AE | 26 | 5E | 0 | 4E | 2E | 20 | 14F | 40 | 2A |
| Octal | 256 | 46 | 136 | 0 | 116 | 56 | 40 | 517 | 100 | 52 |
| Binary | 10101110 | 100110 | 1011110 | 0 | 1001110 | 101110 | 100000 | 101001111 | 1000000 | 101010 |
Color Harmonies of #AE265E
Complementary color
Monochromatic Colors of #AE265E
Black with #AE265E
Text Example
Text Example
White with #AE265E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE265E; }
p { color: rgb(174,38,94); }
H1.HeaderClassName
{
color: #AE265E;
}
.AnyTagClassName
{
color: #AE265E;
}
</style>
background-color css
<style>
a { background-color: #AE265E; }
a { background-color: rgb(174,38,94); }
div.DivClassName
{
background-color: #AE265E;
}
.BgClassName
{
background-color: #AE265E;
}
</style>
border-color css
<style>
span { border-color: #AE265E; }
span { border-color: rgb(174,38,94); }
td.TdClassName
{
border-color: #AE265E;
}
.TagClassName
{
border-color: #AE265E;
}
</style>