#EEA9D9

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

Shades of Lavender Rose #EEA9D9

Tints of Lavender Rose #EEA9D9

Color information

#EEA9D9 (or 0xEEA9D9) is unknown color: approx Lavender Rose. HEX triplet: EE, A9 and D9. RGB value is (238,169,217). Sum of RGB (Red+Green+Blue) = 238+169+217=624 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.14% from 624); Green value is 169 (66.41% from 255 or 27.08% from 624); Blue value is 217 (85.16% from 255 or 34.78% from 624); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA9D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA9D9 is #115626. Grayscale: #C2C2C2. Windows color (decimal): -1136167 or 14264814. OLE color: 14264814.

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

Color convert

RGB238169217-
CMYK00.290.090.07
HSL318.26º66.99%79.8%-
HSV(B)318.26º28.99%93.33%-
XYZ61.9751.5672.33-
YUV195.1140.36158.6-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.14%
GREEN value IS 169 (66.41% from 255) = 27.08%
BLUE value IS 217 (85.16% from 255) = 34.78%
R=38.14%
G=27.08%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816921700.290.090.07318.2666.9979.8
HexEEA9D901D9713e4350
Octal356251331035117476103120
Binary111011101010100111011001011101100111110011111010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA9D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA9D9; }

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

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

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

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

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

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

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

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