Html Css Color HEX #AE2254 Lipstick

📋 copy color: '#AE2254'

red 174 ◦ green 34 ◦ blue 84

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

Shades of Lipstick #AE2254

Tints of Lipstick #AE2254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 28.77%

R = 59.59%
G = 11.64%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.52

 K value IS 0.32

RGB Variations

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

Color information

#AE2254 (or 0xAE2254) is known color: Lipstick. HEX triplet: AE, 22 and 54. RGB value is (174,34,84). Sum of RGB (Red+Green+Blue) = 174+34+84=292 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.59% from 292); Green value is 34 (13.67% from 255 or 11.64% from 292); Blue value is 84 (33.20% from 255 or 28.77% from 292); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2254 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2254 is #51DDAB. Grayscale: #515151. Windows color (decimal): -5365164 or 5513902. OLE color: 5513902.

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

Color convert

RGB 174 34 84 -
CMYK 0 0.80 0.52 0.32
HSL 338.57º 0.67% 0.41% -
HSV(B) 338.57º 0.8% 0.68% -
XYZ 19.63 10.78 9.43 -
YUV 81.56 129.38 193.93 -
System Red Green Blue C M Y K H S L
Decimal 174 34 84 0 0.80 0.52 0.32 338.57 0.67 0.41
Hex AE 22 54 0 50 34 20 153 43 29
Octal 256 42 124 0 120 64 40 523 103 51
Binary 10101110 100010 1010100 0 1010000 110100 100000 101010011 1000011 101001

Color Harmonies of #AE2254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2254

Black with #AE2254

Text Example


Text Example

White with #AE2254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2254; }

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

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

background-color css

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

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

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

border-color css

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

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

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