Html Css Color HEX #E5AACE Lavender Pink

📋 copy color: '#E5AACE'

red 229 ◦ green 170 ◦ blue 206

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

Shades of Lavender Pink #E5AACE

Tints of Lavender Pink #E5AACE

RGB

 RED value IS 229 (89.84% from 255) = 37.85%

 GREEN value IS 170 (66.8% from 255) = 28.1%

 BLUE value IS 206 (80.86% from 255) = 34.05%

R = 37.85%
G = 28.1%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E5AACE (or 0xE5AACE) is known color: Lavender Pink. HEX triplet: E5, AA and CE. RGB value is (229,170,206). Sum of RGB (Red+Green+Blue) = 229+170+206=605 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.85% from 605); Green value is 170 (66.80% from 255 or 28.10% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5AACE is #1A5531. Grayscale: #BFBFBF. Windows color (decimal): -1725746 or 13544165. OLE color: 13544165.

HSL color Cylindrical-coordinate representation of color #E5AACE: hue angle of 323.39º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E5AACE is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 170 206 -
CMYK 0 0.26 0.10 0.10
HSL 323.39º 0.53% 0.78% -
HSV(B) 323.39º 0.26% 0.9% -
XYZ 57.83 49.86 64.97 -
YUV 191.75 136.05 154.57 -
System Red Green Blue C M Y K H S L
Decimal 229 170 206 0 0.26 0.10 0.10 323.39 0.53 0.78
Hex E5 AA CE 0 1A A A 143 35 4E
Octal 345 252 316 0 32 12 12 503 65 116
Binary 11100101 10101010 11001110 0 11010 1010 1010 101000011 110101 1001110

Color Harmonies of #E5AACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AACE

Black with #E5AACE

Text Example


Text Example

White with #E5AACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AACE; }

 p { color: rgb(229,170,206); }

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

background-color css

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

 a { background-color: rgb(229,170,206); }

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

border-color css

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

 span { border-color: rgb(229,170,206); }

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