#E7AED2

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

Shades of Lavender Pink #E7AED2

Tints of Lavender Pink #E7AED2

Color information

#E7AED2 (or 0xE7AED2) is unknown color: approx Lavender Pink. HEX triplet: E7, AE and D2. RGB value is (231,174,210). Sum of RGB (Red+Green+Blue) = 231+174+210=615 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.56% from 615); Green value is 174 (68.36% from 255 or 28.29% from 615); Blue value is 210 (82.42% from 255 or 34.15% from 615); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AED2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AED2 is #18512D. Grayscale: #C3C3C3. Windows color (decimal): -1593646 or 13807335. OLE color: 13807335.

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

Color convert

RGB231174210-
CMYK00.250.090.09
HSL322.11º54.29%79.41%-
HSV(B)322.11º24.68%90.59%-
XYZ59.7251.9167.85-
YUV195.15136.38153.57-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.56%
GREEN value IS 174 (68.36% from 255) = 28.29%
BLUE value IS 210 (82.42% from 255) = 34.15%
R=37.56%
G=28.29%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117421000.250.090.09322.1154.2979.41
HexE7AED201999142364f
Octal347256322031111150266117
Binary111001111010111011010010011001100110011010000101101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AED2; }

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

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

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

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

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

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

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

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