Html Css Color HEX #AE255E Lipstick

📋 copy color: '#AE255E'

red 174 ◦ green 37 ◦ blue 94

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

Shades of Lipstick #AE255E

Tints of Lipstick #AE255E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.13%

 BLUE value IS 94 (37.11% from 255) = 30.82%

R = 57.05%
G = 12.13%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AE255E (or 0xAE255E) is known color: Lipstick. HEX triplet: AE, 25 and 5E. RGB value is (174,37,94). Sum of RGB (Red+Green+Blue) = 174+37+94=305 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.05% from 305); Green value is 37 (14.84% from 255 or 12.13% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 174 - color contains mainly: red. Hex color #AE255E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE255E is #51DAA1. Grayscale: #545454. Windows color (decimal): -5364386 or 6170030. OLE color: 6170030.

HSL color Cylindrical-coordinate representation of color #AE255E: hue angle of 335.04º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AE255E is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 37 94 -
CMYK 0 0.79 0.46 0.32
HSL 335.04º 0.65% 0.41% -
HSV(B) 335.04º 0.79% 0.68% -
XYZ 20.14 11.13 11.68 -
YUV 84.46 133.39 191.87 -
System Red Green Blue C M Y K H S L
Decimal 174 37 94 0 0.79 0.46 0.32 335.04 0.65 0.41
Hex AE 25 5E 0 4F 2E 20 14F 41 29
Octal 256 45 136 0 117 56 40 517 101 51
Binary 10101110 100101 1011110 0 1001111 101110 100000 101001111 1000001 101001

Color Harmonies of #AE255E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE255E

Black with #AE255E

Text Example


Text Example

White with #AE255E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE255E; }

 p { color: rgb(174,37,94); }

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

background-color css

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

 a { background-color: rgb(174,37,94); }

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

border-color css

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

 span { border-color: rgb(174,37,94); }

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