#EAAFD4

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

Shades of Lavender Pink #EAAFD4

Tints of Lavender Pink #EAAFD4

Color information

#EAAFD4 (or 0xEAAFD4) is unknown color: approx Lavender Pink. HEX triplet: EA, AF and D4. RGB value is (234,175,212). Sum of RGB (Red+Green+Blue) = 234+175+212=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 175 (68.75% from 255 or 28.18% from 621); Blue value is 212 (83.20% from 255 or 34.14% from 621); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAFD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAFD4 is #15502B. Grayscale: #C4C4C4. Windows color (decimal): -1396780 or 13938666. OLE color: 13938666.

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

Color convert

RGB234175212-
CMYK00.250.090.08
HSL322.37º58.42%80.2%-
HSV(B)322.37º25.21%91.76%-
XYZ61.1552.9169.28-
YUV196.86136.55154.49-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.68%
GREEN value IS 175 (68.75% from 255) = 28.18%
BLUE value IS 212 (83.20% from 255) = 34.14%
R=37.68%
G=28.18%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417521200.250.090.08322.3758.4280.2
HexEAAFD4019981423a50
Octal352257324031111050272120
Binary111010101010111111010100011001100110001010000101110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAFD4; }

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

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

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

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

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

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

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

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