#E8AED1

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

Shades of Lavender Pink #E8AED1

Tints of Lavender Pink #E8AED1

Color information

#E8AED1 (or 0xE8AED1) is unknown color: approx Lavender Pink. HEX triplet: E8, AE and D1. RGB value is (232,174,209). Sum of RGB (Red+Green+Blue) = 232+174+209=615 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.72% from 615); Green value is 174 (68.36% from 255 or 28.29% from 615); Blue value is 209 (82.03% from 255 or 33.98% from 615); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AED1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AED1 is #17512E. Grayscale: #C3C3C3. Windows color (decimal): -1528111 or 13741800. OLE color: 13741800.

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

Color convert

RGB232174209-
CMYK00.250.100.09
HSL323.79º55.77%79.61%-
HSV(B)323.79º25%90.98%-
XYZ59.9252.0367.21-
YUV195.33135.72154.15-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.72%
GREEN value IS 174 (68.36% from 255) = 28.29%
BLUE value IS 209 (82.03% from 255) = 33.98%
R=37.72%
G=28.29%
B=33.98%

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
Decimal23217420900.250.100.09323.7955.7779.61
HexE8AED1019A91443850
Octal350256321031121150470120
Binary111010001010111011010001011001101010011010001001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AED1; }

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

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

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

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

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

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

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

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