#EAAED2

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

Shades of Lavender Pink #EAAED2

Tints of Lavender Pink #EAAED2

Color information

#EAAED2 (or 0xEAAED2) is unknown color: approx Lavender Pink. HEX triplet: EA, AE and D2. RGB value is (234,174,210). Sum of RGB (Red+Green+Blue) = 234+174+210=618 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.86% from 618); Green value is 174 (68.36% from 255 or 28.16% from 618); Blue value is 210 (82.42% from 255 or 33.98% from 618); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAED2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAED2 is #15512D. Grayscale: #C3C3C3. Windows color (decimal): -1397038 or 13807338. OLE color: 13807338.

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

Color convert

RGB234174210-
CMYK00.260.100.08
HSL324º58.82%80%-
HSV(B)324º25.64%91.76%-
XYZ60.752.4267.89-
YUV196.04135.88155.07-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.86%
GREEN value IS 174 (68.36% from 255) = 28.16%
BLUE value IS 210 (82.42% from 255) = 33.98%
R=37.86%
G=28.16%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417421000.260.100.0832458.8280
HexEAAED201AA81443b50
Octal352256322032121050473120
Binary111010101010111011010010011010101010001010001001110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAED2; }

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

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

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

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

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

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

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

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