#EAAED4

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

Shades of Lavender Pink #EAAED4

Tints of Lavender Pink #EAAED4

Color information

#EAAED4 (or 0xEAAED4) is unknown color: approx Lavender Pink. HEX triplet: EA, AE and D4. RGB value is (234,174,212). Sum of RGB (Red+Green+Blue) = 234+174+212=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 174 (68.36% from 255 or 28.06% from 620); Blue value is 212 (83.20% from 255 or 34.19% from 620); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAED4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAED4 is #15512B. Grayscale: #C4C4C4. Windows color (decimal): -1397036 or 13938410. OLE color: 13938410.

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

Color convert

RGB234174212-
CMYK00.260.090.08
HSL322º58.82%80%-
HSV(B)322º25.64%91.76%-
XYZ60.9552.5269.21-
YUV196.27136.88154.91-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.74%
GREEN value IS 174 (68.36% from 255) = 28.06%
BLUE value IS 212 (83.20% from 255) = 34.19%
R=37.74%
G=28.06%
B=34.19%

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
Decimal23417421200.260.090.0832258.8280
HexEAAED401A981423b50
Octal352256324032111050273120
Binary111010101010111011010100011010100110001010000101110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAED4; }

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

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

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

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

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

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

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

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