Html Css Color HEX #AE2057 Lipstick

📋 copy color: '#AE2057'

red 174 ◦ green 32 ◦ blue 87

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

Shades of Lipstick #AE2057

Tints of Lipstick #AE2057

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.92%

 BLUE value IS 87 (34.38% from 255) = 29.69%

R = 59.39%
G = 10.92%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.5

 K value IS 0.32

RGB Variations

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

Color information

#AE2057 (or 0xAE2057) is known color: Lipstick. HEX triplet: AE, 20 and 57. RGB value is (174,32,87). Sum of RGB (Red+Green+Blue) = 174+32+87=293 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.39% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 87 (34.38% from 255 or 29.69% from 293); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2057 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2057 is #51DFA8. Grayscale: #505050. Windows color (decimal): -5365673 or 5709998. OLE color: 5709998.

HSL color Cylindrical-coordinate representation of color #AE2057: hue angle of 336.76º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE2057 is Cyan = 0, Magento = 0.82, Yellow = 0.5 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 32 87 -
CMYK 0 0.82 0.5 0.32
HSL 336.76º 0.69% 0.4% -
HSV(B) 336.76º 0.82% 0.68% -
XYZ 19.69 10.72 10.05 -
YUV 80.73 131.54 194.53 -
System Red Green Blue C M Y K H S L
Decimal 174 32 87 0 0.82 0.5 0.32 336.76 0.69 0.4
Hex AE 20 57 0 52 32 20 151 45 28
Octal 256 40 127 0 122 62 40 521 105 50
Binary 10101110 100000 1010111 0 1010010 110010 100000 101010001 1000101 101000

Color Harmonies of #AE2057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2057

Black with #AE2057

Text Example


Text Example

White with #AE2057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2057; }

 p { color: rgb(174,32,87); }

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

background-color css

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

 a { background-color: rgb(174,32,87); }

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

border-color css

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

 span { border-color: rgb(174,32,87); }

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