#e5aace

Color #E5AACE Lavender Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Pink #E5AACE

Tints of Lavender Pink #E5AACE

Color information

#E5AACE (or 0xE5AACE) is unknown color: approx 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

RGB229170206-
CMYK00.260.100.10
HSL323.39º53.15%78.24%-
HSV(B)323.39º25.76%89.8%-
XYZ57.8349.8664.97-
YUV191.74136.05154.57-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.85%
GREEN value IS 170 (66.80% from 255) = 28.10%
BLUE value IS 206 (80.86% from 255) = 34.05%
R=37.85%
G=28.10%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22917020600.260.100.10323.3953.1578.24
HexE5AACE01AAA143354e
Octal345252316032121250365116
Binary111001011010101011001110011010101010101010000111101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e5aace

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>