Shades of Lipstick #AE255D
Tints of Lipstick #AE255D
RGB
CMYK
RGB Variations
Color information
#AE255D (or 0xAE255D) is known color: Lipstick. HEX triplet: AE, 25 and 5D. RGB value is (174,37,93). Sum of RGB (Red+Green+Blue) = 174+37+93=304 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.24% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 174 - color contains mainly: red. Hex color #AE255D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE255D is #51DAA2. Grayscale: #545454. Windows color (decimal): -5364387 or 6104494. OLE color: 6104494.
HSL color Cylindrical-coordinate representation of color #AE255D: hue angle of 335.47º 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 #AE255D is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 37 | 93 | - |
| CMYK | 0 | 0.79 | 0.47 | 0.32 |
| HSL | 335.47º | 0.65% | 0.41% | - |
| HSV(B) | 335.47º | 0.79% | 0.68% | - |
| XYZ | 20.09 | 11.11 | 11.44 | - |
| YUV | 84.35 | 132.89 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 37 | 93 | 0 | 0.79 | 0.47 | 0.32 | 335.47 | 0.65 | 0.41 |
| Hex | AE | 25 | 5D | 0 | 4F | 2F | 20 | 14F | 41 | 29 |
| Octal | 256 | 45 | 135 | 0 | 117 | 57 | 40 | 517 | 101 | 51 |
| Binary | 10101110 | 100101 | 1011101 | 0 | 1001111 | 101111 | 100000 | 101001111 | 1000001 | 101001 |
Color Harmonies of #AE255D
Complementary color
Monochromatic Colors of #AE255D
Black with #AE255D
Text Example
Text Example
White with #AE255D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE255D; }
p { color: rgb(174,37,93); }
H1.HeaderClassName
{
color: #AE255D;
}
.AnyTagClassName
{
color: #AE255D;
}
</style>
background-color css
<style>
a { background-color: #AE255D; }
a { background-color: rgb(174,37,93); }
div.DivClassName
{
background-color: #AE255D;
}
.BgClassName
{
background-color: #AE255D;
}
</style>
border-color css
<style>
span { border-color: #AE255D; }
span { border-color: rgb(174,37,93); }
td.TdClassName
{
border-color: #AE255D;
}
.TagClassName
{
border-color: #AE255D;
}
</style>