Html Css Color HEX #AE255B Lipstick

📋 copy color: '#AE255B'

red 174 ◦ green 37 ◦ blue 91

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

Shades of Lipstick #AE255B

Tints of Lipstick #AE255B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.13%

R = 57.62%
G = 12.25%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AE255B (or 0xAE255B) is known color: Lipstick. HEX triplet: AE, 25 and 5B. RGB value is (174,37,91). Sum of RGB (Red+Green+Blue) = 174+37+91=302 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.62% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 174 - color contains mainly: red. Hex color #AE255B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE255B is #51DAA4. Grayscale: #545454. Windows color (decimal): -5364389 or 5973422. OLE color: 5973422.

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

Color convert

RGB 174 37 91 -
CMYK 0 0.79 0.48 0.32
HSL 336.35º 0.65% 0.41% -
HSV(B) 336.35º 0.79% 0.68% -
XYZ 20.01 11.08 10.98 -
YUV 84.12 131.89 192.11 -
System Red Green Blue C M Y K H S L
Decimal 174 37 91 0 0.79 0.48 0.32 336.35 0.65 0.41
Hex AE 25 5B 0 4F 30 20 150 41 29
Octal 256 45 133 0 117 60 40 520 101 51
Binary 10101110 100101 1011011 0 1001111 110000 100000 101010000 1000001 101001

Color Harmonies of #AE255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE255B

Black with #AE255B

Text Example


Text Example

White with #AE255B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE255B; }

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

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

background-color css

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

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

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

border-color css

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

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

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