Html Css Color HEX #AE2858 Lipstick

📋 copy color: '#AE2858'

red 174 ◦ green 40 ◦ blue 88

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

Shades of Lipstick #AE2858

Tints of Lipstick #AE2858

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.25%

 BLUE value IS 88 (34.77% from 255) = 29.14%

R = 57.62%
G = 13.25%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AE2858 (or 0xAE2858) is known color: Lipstick. HEX triplet: AE, 28 and 58. RGB value is (174,40,88). Sum of RGB (Red+Green+Blue) = 174+40+88=302 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.62% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 88 (34.77% from 255 or 29.14% from 302); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2858 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2858 is #51D7A7. Grayscale: #555555. Windows color (decimal): -5363624 or 5777582. OLE color: 5777582.

HSL color Cylindrical-coordinate representation of color #AE2858: hue angle of 338.51º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AE2858 is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 40 88 -
CMYK 0 0.77 0.49 0.32
HSL 338.51º 0.63% 0.42% -
HSV(B) 338.51º 0.77% 0.68% -
XYZ 19.98 11.22 10.35 -
YUV 85.54 129.39 191.1 -
System Red Green Blue C M Y K H S L
Decimal 174 40 88 0 0.77 0.49 0.32 338.51 0.63 0.42
Hex AE 28 58 0 4D 31 20 153 3F 2A
Octal 256 50 130 0 115 61 40 523 77 52
Binary 10101110 101000 1011000 0 1001101 110001 100000 101010011 111111 101010

Color Harmonies of #AE2858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2858

Black with #AE2858

Text Example


Text Example

White with #AE2858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2858; }

 p { color: rgb(174,40,88); }

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

background-color css

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

 a { background-color: rgb(174,40,88); }

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

border-color css

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

 span { border-color: rgb(174,40,88); }

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