#E7AACE

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

Shades of Lavender Pink #E7AACE

Tints of Lavender Pink #E7AACE

Color information

#E7AACE (or 0xE7AACE) is unknown color: approx Lavender Pink. HEX triplet: E7, AA and CE. RGB value is (231,170,206). Sum of RGB (Red+Green+Blue) = 231+170+206=607 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.06% from 607); Green value is 170 (66.80% from 255 or 28.01% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AACE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AACE is #185531. Grayscale: #C0C0C0. Windows color (decimal): -1594674 or 13544167. OLE color: 13544167.

HSL color Cylindrical-coordinate representation of color #E7AACE: hue angle of 324.59º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E7AACE is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB231170206-
CMYK00.260.110.09
HSL324.59º55.96%78.63%-
HSV(B)324.59º26.41%90.59%-
XYZ58.4750.1965-
YUV192.34135.71155.57-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.06%
GREEN value IS 170 (66.80% from 255) = 28.01%
BLUE value IS 206 (80.86% from 255) = 33.94%
R=38.06%
G=28.01%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117020600.260.110.09324.5955.9678.63
HexE7AACE01AB9145384f
Octal347252316032131150570117
Binary111001111010101011001110011010101110011010001011110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AACE; }

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

 H1.HeaderClassName
 {
   color: #E7AACE;
 }
 .AnyTagClassName
 {
   color: #E7AACE;
 }
</style>
background-color css

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

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

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

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

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

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