#E7AED1

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

Shades of Lavender Pink #E7AED1

Tints of Lavender Pink #E7AED1

Color information

#E7AED1 (or 0xE7AED1) is unknown color: approx Lavender Pink. HEX triplet: E7, AE and D1. RGB value is (231,174,209). Sum of RGB (Red+Green+Blue) = 231+174+209=614 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.62% from 614); Green value is 174 (68.36% from 255 or 28.34% from 614); Blue value is 209 (82.03% from 255 or 34.04% from 614); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AED1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AED1 is #18512E. Grayscale: #C2C2C2. Windows color (decimal): -1593647 or 13741799. OLE color: 13741799.

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

Color convert

RGB231174209-
CMYK00.250.100.09
HSL323.16º54.29%79.41%-
HSV(B)323.16º24.68%90.59%-
XYZ59.651.8667.19-
YUV195.03135.88153.65-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.62%
GREEN value IS 174 (68.36% from 255) = 28.34%
BLUE value IS 209 (82.03% from 255) = 34.04%
R=37.62%
G=28.34%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117420900.250.100.09323.1654.2979.41
HexE7AED1019A9143364f
Octal347256321031121150366117
Binary111001111010111011010001011001101010011010000111101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AED1; }

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

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

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

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

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

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

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

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