#AE2455

Color #AE2455 Lipstick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lipstick #AE2455

Tints of Lipstick #AE2455

Color information

#AE2455 (or 0xAE2455) is unknown color: approx Lipstick. HEX triplet: AE, 24 and 55. RGB value is (174,36,85). Sum of RGB (Red+Green+Blue) = 174+36+85=295 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.98% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2455 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2455 is #51DBAA. Grayscale: #525252. Windows color (decimal): -5364651 or 5579950. OLE color: 5579950.

HSL color Cylindrical-coordinate representation of color #AE2455: hue angle of 338.7º 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 #AE2455 is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB1743685-
CMYK00.790.510.32
HSL338.7º65.71%41.18%-
HSV(B)338.7º79.31%68.24%-
XYZ19.7310.929.66-
YUV82.85129.22193.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 58.98%
GREEN value IS 36 (14.45% from 255) = 12.20%
BLUE value IS 85 (33.59% from 255) = 28.81%
R=58.98%
G=12.20%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174368500.790.510.32338.765.7141.18
HexAE245504F33201534229
Octal256441250117634052310251
Binary101011101001001010101010011111100111000001010100111000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2455; }

 p { color: rgb(174,36,85); }

 H1.HeaderClassName
 {
   color: #AE2455;
 }
 .AnyTagClassName
 {
   color: #AE2455;
 }
</style>
background-color css

<style>
 a { background-color: #AE2455; }

 a { background-color: rgb(174,36,85); }

 div.DivClassName
 {
   background-color: #AE2455;
 }
 .BgClassName
 {
   background-color: #AE2455;
 }
</style>
border-color css

<style>
 span { border-color: #AE2455; }

 span { border-color: rgb(174,36,85); }

 td.TdClassName
 {
   border-color: #AE2455;
 }
 .TagClassName
 {
   border-color: #AE2455;
 }
</style>