Html Css Color HEX #AE225A Lipstick

📋 copy color: '#AE225A'

red 174 ◦ green 34 ◦ blue 90

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

Shades of Lipstick #AE225A

Tints of Lipstick #AE225A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.41%

 BLUE value IS 90 (35.55% from 255) = 30.2%

R = 58.39%
G = 11.41%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AE225A (or 0xAE225A) is known color: Lipstick. HEX triplet: AE, 22 and 5A. RGB value is (174,34,90). Sum of RGB (Red+Green+Blue) = 174+34+90=298 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.39% from 298); Green value is 34 (13.67% from 255 or 11.41% from 298); Blue value is 90 (35.55% from 255 or 30.20% from 298); Max value from RGB is 174 - color contains mainly: red. Hex color #AE225A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE225A is #51DDA5. Grayscale: #525252. Windows color (decimal): -5365158 or 5907118. OLE color: 5907118.

HSL color Cylindrical-coordinate representation of color #AE225A: hue angle of 336º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE225A is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 34 90 -
CMYK 0 0.80 0.48 0.32
HSL 336º 0.67% 0.41% -
HSV(B) 336º 0.8% 0.68% -
XYZ 19.87 10.88 10.73 -
YUV 82.24 132.38 193.45 -
System Red Green Blue C M Y K H S L
Decimal 174 34 90 0 0.80 0.48 0.32 336 0.67 0.41
Hex AE 22 5A 0 50 30 20 150 43 29
Octal 256 42 132 0 120 60 40 520 103 51
Binary 10101110 100010 1011010 0 1010000 110000 100000 101010000 1000011 101001

Color Harmonies of #AE225A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE225A

Black with #AE225A

Text Example


Text Example

White with #AE225A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE225A; }

 p { color: rgb(174,34,90); }

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

background-color css

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

 a { background-color: rgb(174,34,90); }

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

border-color css

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

 span { border-color: rgb(174,34,90); }

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