#EAAED5

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

Shades of Lavender Pink #EAAED5

Tints of Lavender Pink #EAAED5

Color information

#EAAED5 (or 0xEAAED5) is unknown color: approx Lavender Pink. HEX triplet: EA, AE and D5. RGB value is (234,174,213). Sum of RGB (Red+Green+Blue) = 234+174+213=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 174 (68.36% from 255 or 28.02% from 621); Blue value is 213 (83.59% from 255 or 34.30% from 621); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAED5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAED5 is #15512A. Grayscale: #C4C4C4. Windows color (decimal): -1397035 or 14003946. OLE color: 14003946.

HSL color Cylindrical-coordinate representation of color #EAAED5: hue angle of 321º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAAED5 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB234174213-
CMYK00.260.090.08
HSL321º58.82%80%-
HSV(B)321º25.64%91.76%-
XYZ61.0852.5769.88-
YUV196.39137.38154.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.68%
GREEN value IS 174 (68.36% from 255) = 28.02%
BLUE value IS 213 (83.59% from 255) = 34.30%
R=37.68%
G=28.02%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417421300.260.090.0832158.8280
HexEAAED501A981413b50
Octal352256325032111050173120
Binary111010101010111011010101011010100110001010000011110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAED5; }

 p { color: rgb(234,174,213); }

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

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

 a { background-color: rgb(234,174,213); }

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

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

 span { border-color: rgb(234,174,213); }

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