Html Css Color HEX #AE2859 Lipstick

📋 copy color: '#AE2859'

red 174 ◦ green 40 ◦ blue 89

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

Shades of Lipstick #AE2859

Tints of Lipstick #AE2859

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.2%

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

R = 57.43%
G = 13.2%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AE2859 (or 0xAE2859) is known color: Lipstick. HEX triplet: AE, 28 and 59. RGB value is (174,40,89). Sum of RGB (Red+Green+Blue) = 174+40+89=303 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.43% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 89 (35.16% from 255 or 29.37% from 303); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2859 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2859 is #51D7A6. Grayscale: #555555. Windows color (decimal): -5363623 or 5843118. OLE color: 5843118.

HSL color Cylindrical-coordinate representation of color #AE2859: hue angle of 338.06º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AE2859 is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 40 89 -
CMYK 0 0.77 0.49 0.32
HSL 338.06º 0.63% 0.42% -
HSV(B) 338.06º 0.77% 0.68% -
XYZ 20.02 11.24 10.57 -
YUV 85.65 129.89 191.02 -
System Red Green Blue C M Y K H S L
Decimal 174 40 89 0 0.77 0.49 0.32 338.06 0.63 0.42
Hex AE 28 59 0 4D 31 20 152 3F 2A
Octal 256 50 131 0 115 61 40 522 77 52
Binary 10101110 101000 1011001 0 1001101 110001 100000 101010010 111111 101010

Color Harmonies of #AE2859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2859

Black with #AE2859

Text Example


Text Example

White with #AE2859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2859; }

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

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

background-color css

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

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

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

border-color css

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

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

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