#EAA9D6

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

Shades of Lavender Rose #EAA9D6

Tints of Lavender Rose #EAA9D6

Color information

#EAA9D6 (or 0xEAA9D6) is unknown color: approx Lavender Rose. HEX triplet: EA, A9 and D6. RGB value is (234,169,214). Sum of RGB (Red+Green+Blue) = 234+169+214=617 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.93% from 617); Green value is 169 (66.41% from 255 or 27.39% from 617); Blue value is 214 (83.98% from 255 or 34.68% from 617); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA9D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA9D6 is #155629. Grayscale: #C1C1C1. Windows color (decimal): -1398314 or 14068202. OLE color: 14068202.

HSL color Cylindrical-coordinate representation of color #EAA9D6: hue angle of 318.46º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAA9D6 is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB234169214-
CMYK00.280.090.08
HSL318.46º60.75%79.02%-
HSV(B)318.46º27.78%91.76%-
XYZ60.2650.7270.23-
YUV193.56139.53156.84-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.93%
GREEN value IS 169 (66.41% from 255) = 27.39%
BLUE value IS 214 (83.98% from 255) = 34.68%
R=37.93%
G=27.39%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416921400.280.090.08318.4660.7579.02
HexEAA9D601C9813e3d4f
Octal352251326034111047675117
Binary111010101010100111010110011100100110001001111101111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA9D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA9D6; }

 p { color: rgb(234,169,214); }

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

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

 a { background-color: rgb(234,169,214); }

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

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

 span { border-color: rgb(234,169,214); }

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