#EAAAD3

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

Shades of Lavender Pink #EAAAD3

Tints of Lavender Pink #EAAAD3

Color information

#EAAAD3 (or 0xEAAAD3) is unknown color: approx Lavender Pink. HEX triplet: EA, AA and D3. RGB value is (234,170,211). Sum of RGB (Red+Green+Blue) = 234+170+211=615 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.05% from 615); Green value is 170 (66.80% from 255 or 27.64% from 615); Blue value is 211 (82.81% from 255 or 34.31% from 615); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAAD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAAD3 is #15552C. Grayscale: #C1C1C1. Windows color (decimal): -1398061 or 13871850. OLE color: 13871850.

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

Color convert

RGB234170211-
CMYK00.270.100.08
HSL321.56º60.38%79.22%-
HSV(B)321.56º27.35%91.76%-
XYZ60.0650.9568.3-
YUV193.81137.7156.67-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.05%
GREEN value IS 170 (66.80% from 255) = 27.64%
BLUE value IS 211 (82.81% from 255) = 34.31%
R=38.05%
G=27.64%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417021100.270.100.08321.5660.3879.22
HexEAAAD301BA81423c4f
Octal352252323033121050274117
Binary111010101010101011010011011011101010001010000101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAAD3; }

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

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

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

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

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

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

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

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