#EEA9D1

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

Shades of Lavender Pink #EEA9D1

Tints of Lavender Pink #EEA9D1

Color information

#EEA9D1 (or 0xEEA9D1) is unknown color: approx Lavender Pink. HEX triplet: EE, A9 and D1. RGB value is (238,169,209). Sum of RGB (Red+Green+Blue) = 238+169+209=616 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.64% from 616); Green value is 169 (66.41% from 255 or 27.44% from 616); Blue value is 209 (82.03% from 255 or 33.93% from 616); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA9D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA9D1 is #11562E. Grayscale: #C2C2C2. Windows color (decimal): -1136175 or 13740526. OLE color: 13740526.

HSL color Cylindrical-coordinate representation of color #EEA9D1: hue angle of 325.22º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEA9D1 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB238169209-
CMYK00.290.120.07
HSL325.22º66.99%79.8%-
HSV(B)325.22º28.99%93.33%-
XYZ60.9651.1666.98-
YUV194.19136.36159.25-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.64%
GREEN value IS 169 (66.41% from 255) = 27.44%
BLUE value IS 209 (82.03% from 255) = 33.93%
R=38.64%
G=27.44%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816920900.290.120.07325.2266.9979.8
HexEEA9D101DC71454350
Octal356251321035147505103120
Binary111011101010100111010001011101110011110100010110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA9D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA9D1; }

 p { color: rgb(238,169,209); }

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

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

 a { background-color: rgb(238,169,209); }

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

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

 span { border-color: rgb(238,169,209); }

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