#EAAAD1

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

Shades of Lavender Pink #EAAAD1

Tints of Lavender Pink #EAAAD1

Color information

#EAAAD1 (or 0xEAAAD1) is unknown color: approx Lavender Pink. HEX triplet: EA, AA and D1. RGB value is (234,170,209). Sum of RGB (Red+Green+Blue) = 234+170+209=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 170 (66.80% from 255 or 27.73% from 613); Blue value is 209 (82.03% from 255 or 34.09% from 613); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAAD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAAD1 is #15552E. Grayscale: #C1C1C1. Windows color (decimal): -1398063 or 13740778. OLE color: 13740778.

HSL color Cylindrical-coordinate representation of color #EAAAD1: hue angle of 323.44º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAAAD1 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB234170209-
CMYK00.270.110.08
HSL323.44º60.38%79.22%-
HSV(B)323.44º27.35%91.76%-
XYZ59.8250.8566.98-
YUV193.58136.7156.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.17%
GREEN value IS 170 (66.80% from 255) = 27.73%
BLUE value IS 209 (82.03% from 255) = 34.09%
R=38.17%
G=27.73%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417020900.270.110.08323.4460.3879.22
HexEAAAD101BB81433c4f
Octal352252321033131050374117
Binary111010101010101011010001011011101110001010000111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAAD1; }

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

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

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

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

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

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

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

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