Html Css Color HEX #AE2659 Lipstick

📋 copy color: '#AE2659'

red 174 ◦ green 38 ◦ blue 89

#AE2659
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lipstick #AE2659

Tints of Lipstick #AE2659

RGB

 RED value IS 174 (68.36% from 255) = 57.81%

 GREEN value IS 38 (15.23% from 255) = 12.62%

 BLUE value IS 89 (35.16% from 255) = 29.57%

R = 57.81%
G = 12.62%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AE2659 (or 0xAE2659) is known color: Lipstick. HEX triplet: AE, 26 and 59. RGB value is (174,38,89). Sum of RGB (Red+Green+Blue) = 174+38+89=301 (39% of max value = 765). Red value is 174 (68.36% from 255 or 57.81% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 89 (35.16% from 255 or 29.57% from 301); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2659 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2659 is #51D9A6. Grayscale: #545454. Windows color (decimal): -5364135 or 5842606. OLE color: 5842606.

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

Color convert

RGB 174 38 89 -
CMYK 0 0.78 0.49 0.32
HSL 337.5º 0.64% 0.42% -
HSV(B) 337.5º 0.78% 0.68% -
XYZ 19.95 11.11 10.54 -
YUV 84.48 130.56 191.85 -
System Red Green Blue C M Y K H S L
Decimal 174 38 89 0 0.78 0.49 0.32 337.5 0.64 0.42
Hex AE 26 59 0 4E 31 20 152 40 2A
Octal 256 46 131 0 116 61 40 522 100 52
Binary 10101110 100110 1011001 0 1001110 110001 100000 101010010 1000000 101010

Color Harmonies of #AE2659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2659

Black with #AE2659

Text Example


Text Example

White with #AE2659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2659; }

 p { color: rgb(174,38,89); }

 H1.HeaderClassName
 {
   color: #AE2659;
 }
 .AnyTagClassName
 {
   color: #AE2659;
 }
</style>

background-color css

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

 a { background-color: rgb(174,38,89); }

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

border-color css

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

 span { border-color: rgb(174,38,89); }

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