#EEA9DA

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

Shades of Lavender Rose #EEA9DA

Tints of Lavender Rose #EEA9DA

Color information

#EEA9DA (or 0xEEA9DA) is unknown color: approx Lavender Rose. HEX triplet: EE, A9 and DA. RGB value is (238,169,218). Sum of RGB (Red+Green+Blue) = 238+169+218=625 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.08% from 625); Green value is 169 (66.41% from 255 or 27.04% from 625); Blue value is 218 (85.55% from 255 or 34.88% from 625); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA9DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA9DA is #115625. Grayscale: #C3C3C3. Windows color (decimal): -1136166 or 14330350. OLE color: 14330350.

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

Color convert

RGB238169218-
CMYK00.290.080.07
HSL317.39º66.99%79.8%-
HSV(B)317.39º28.99%93.33%-
XYZ62.151.6273.02-
YUV195.22140.86158.52-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.08%
GREEN value IS 169 (66.41% from 255) = 27.04%
BLUE value IS 218 (85.55% from 255) = 34.88%
R=38.08%
G=27.04%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816921800.290.080.07317.3966.9979.8
HexEEA9DA01D8713d4350
Octal356251332035107475103120
Binary111011101010100111011010011101100011110011110110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA9DA; }

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

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

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

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

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

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

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

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