#EEA9D8

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

Shades of Lavender Rose #EEA9D8

Tints of Lavender Rose #EEA9D8

Color information

#EEA9D8 (or 0xEEA9D8) is unknown color: approx Lavender Rose. HEX triplet: EE, A9 and D8. RGB value is (238,169,216). Sum of RGB (Red+Green+Blue) = 238+169+216=623 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.20% from 623); Green value is 169 (66.41% from 255 or 27.13% from 623); Blue value is 216 (84.77% from 255 or 34.67% from 623); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA9D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA9D8 is #115627. Grayscale: #C2C2C2. Windows color (decimal): -1136168 or 14199278. OLE color: 14199278.

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

Color convert

RGB238169216-
CMYK00.290.090.07
HSL319.13º66.99%79.8%-
HSV(B)319.13º28.99%93.33%-
XYZ61.8451.5171.65-
YUV194.99139.86158.68-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.20%
GREEN value IS 169 (66.41% from 255) = 27.13%
BLUE value IS 216 (84.77% from 255) = 34.67%
R=38.20%
G=27.13%
B=34.67%

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
Decimal23816921600.290.090.07319.1366.9979.8
HexEEA9D801D9713f4350
Octal356251330035117477103120
Binary111011101010100111011000011101100111110011111110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA9D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA9D8; }

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

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

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

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

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

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

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

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