#E9A6DA

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

Shades of Lavender Rose #E9A6DA

Tints of Lavender Rose #E9A6DA

Color information

#E9A6DA (or 0xE9A6DA) is unknown color: approx Lavender Rose. HEX triplet: E9, A6 and DA. RGB value is (233,166,218). Sum of RGB (Red+Green+Blue) = 233+166+218=617 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.76% from 617); Green value is 166 (65.23% from 255 or 26.90% from 617); Blue value is 218 (85.55% from 255 or 35.33% from 617); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A6DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9A6DA is #165925. Grayscale: #BFBFBF. Windows color (decimal): -1464614 or 14329577. OLE color: 14329577.

HSL color Cylindrical-coordinate representation of color #E9A6DA: hue angle of 313.43º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E9A6DA is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB233166218-
CMYK00.290.060.09
HSL313.43º60.36%78.24%-
HSV(B)313.43º28.76%91.37%-
XYZ59.949.6672.76-
YUV191.96142.7157.27-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.76%
GREEN value IS 166 (65.23% from 255) = 26.90%
BLUE value IS 218 (85.55% from 255) = 35.33%
R=37.76%
G=26.90%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23316621800.290.060.09313.4360.3678.24
HexE9A6DA01D691393c4e
Octal35124633203561147174116
Binary11101001101001101101101001110111010011001110011111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A6DA; }

 p { color: rgb(233,166,218); }

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

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

 a { background-color: rgb(233,166,218); }

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

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

 span { border-color: rgb(233,166,218); }

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