#E8AED0

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

Shades of Lavender Pink #E8AED0

Tints of Lavender Pink #E8AED0

Color information

#E8AED0 (or 0xE8AED0) is unknown color: approx Lavender Pink. HEX triplet: E8, AE and D0. RGB value is (232,174,208). Sum of RGB (Red+Green+Blue) = 232+174+208=614 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.79% from 614); Green value is 174 (68.36% from 255 or 28.34% from 614); Blue value is 208 (81.64% from 255 or 33.88% from 614); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AED0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AED0 is #17512F. Grayscale: #C3C3C3. Windows color (decimal): -1528112 or 13676264. OLE color: 13676264.

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

Color convert

RGB232174208-
CMYK00.250.100.09
HSL324.83º55.77%79.61%-
HSV(B)324.83º25%90.98%-
XYZ59.851.9866.56-
YUV195.22135.22154.24-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.79%
GREEN value IS 174 (68.36% from 255) = 28.34%
BLUE value IS 208 (81.64% from 255) = 33.88%
R=37.79%
G=28.34%
B=33.88%

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
Decimal23217420800.250.100.09324.8355.7779.61
HexE8AED0019A91453850
Octal350256320031121150570120
Binary111010001010111011010000011001101010011010001011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AED0; }

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

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

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

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

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

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

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

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