Html Css Color HEX #AE2153 Lipstick

📋 copy color: '#AE2153'

red 174 ◦ green 33 ◦ blue 83

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

Shades of Lipstick #AE2153

Tints of Lipstick #AE2153

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.38%

 BLUE value IS 83 (32.81% from 255) = 28.62%

R = 60%
G = 11.38%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.32

RGB Variations

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

Color information

#AE2153 (or 0xAE2153) is known color: Lipstick. HEX triplet: AE, 21 and 53. RGB value is (174,33,83). Sum of RGB (Red+Green+Blue) = 174+33+83=290 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 83 (32.81% from 255 or 28.62% from 290); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2153 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2153 is #51DEAC. Grayscale: #505050. Windows color (decimal): -5365421 or 5448110. OLE color: 5448110.

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

Color convert

RGB 174 33 83 -
CMYK 0 0.81 0.52 0.32
HSL 338.72º 0.68% 0.41% -
HSV(B) 338.72º 0.81% 0.68% -
XYZ 19.56 10.71 9.22 -
YUV 80.86 129.21 194.43 -
System Red Green Blue C M Y K H S L
Decimal 174 33 83 0 0.81 0.52 0.32 338.72 0.68 0.41
Hex AE 21 53 0 51 34 20 153 44 29
Octal 256 41 123 0 121 64 40 523 104 51
Binary 10101110 100001 1010011 0 1010001 110100 100000 101010011 1000100 101001

Color Harmonies of #AE2153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2153

Black with #AE2153

Text Example


Text Example

White with #AE2153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2153; }

 p { color: rgb(174,33,83); }

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

background-color css

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

 a { background-color: rgb(174,33,83); }

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

border-color css

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

 span { border-color: rgb(174,33,83); }

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