#E7AAD1

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

Shades of Lavender Pink #E7AAD1

Tints of Lavender Pink #E7AAD1

Color information

#E7AAD1 (or 0xE7AAD1) is unknown color: approx Lavender Pink. HEX triplet: E7, AA and D1. RGB value is (231,170,209). Sum of RGB (Red+Green+Blue) = 231+170+209=610 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.87% from 610); Green value is 170 (66.80% from 255 or 27.87% from 610); Blue value is 209 (82.03% from 255 or 34.26% from 610); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AAD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AAD1 is #18552E. Grayscale: #C0C0C0. Windows color (decimal): -1594671 or 13740775. OLE color: 13740775.

HSL color Cylindrical-coordinate representation of color #E7AAD1: hue angle of 321.64º 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 #E7AAD1 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB231170209-
CMYK00.260.100.09
HSL321.64º55.96%78.63%-
HSV(B)321.64º26.41%90.59%-
XYZ58.8450.3466.94-
YUV192.68137.21155.33-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.87%
GREEN value IS 170 (66.80% from 255) = 27.87%
BLUE value IS 209 (82.03% from 255) = 34.26%
R=37.87%
G=27.87%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117020900.260.100.09321.6455.9678.63
HexE7AAD101AA9142384f
Octal347252321032121150270117
Binary111001111010101011010001011010101010011010000101110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AAD1; }

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

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

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

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

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

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

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

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