#EAAFD1

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

Shades of Lavender Pink #EAAFD1

Tints of Lavender Pink #EAAFD1

Color information

#EAAFD1 (or 0xEAAFD1) is unknown color: approx Lavender Pink. HEX triplet: EA, AF and D1. RGB value is (234,175,209). Sum of RGB (Red+Green+Blue) = 234+175+209=618 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.86% from 618); Green value is 175 (68.75% from 255 or 28.32% from 618); Blue value is 209 (82.03% from 255 or 33.82% from 618); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAFD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAFD1 is #15502E. Grayscale: #C4C4C4. Windows color (decimal): -1396783 or 13742058. OLE color: 13742058.

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

Color convert

RGB234175209-
CMYK00.250.110.08
HSL325.42º58.42%80.2%-
HSV(B)325.42º25.21%91.76%-
XYZ60.7752.7667.3-
YUV196.52135.05154.74-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.86%
GREEN value IS 175 (68.75% from 255) = 28.32%
BLUE value IS 209 (82.03% from 255) = 33.82%
R=37.86%
G=28.32%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417520900.250.110.08325.4258.4280.2
HexEAAFD1019B81453a50
Octal352257321031131050572120
Binary111010101010111111010001011001101110001010001011110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAFD1; }

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

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

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

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

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

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

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

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