#E9A6D3

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

Shades of Lavender Rose #E9A6D3

Tints of Lavender Rose #E9A6D3

Color information

#E9A6D3 (or 0xE9A6D3) is unknown color: approx Lavender Rose. HEX triplet: E9, A6 and D3. RGB value is (233,166,211). Sum of RGB (Red+Green+Blue) = 233+166+211=610 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.20% from 610); Green value is 166 (65.23% from 255 or 27.21% from 610); Blue value is 211 (82.81% from 255 or 34.59% from 610); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A6D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9A6D3 is #16592C. Grayscale: #BFBFBF. Windows color (decimal): -1464621 or 13870825. OLE color: 13870825.

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

Color convert

RGB233166211-
CMYK00.290.090.09
HSL319.7º60.36%78.24%-
HSV(B)319.7º28.76%91.37%-
XYZ5949.368.03-
YUV191.16139.2157.84-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.20%
GREEN value IS 166 (65.23% from 255) = 27.21%
BLUE value IS 211 (82.81% from 255) = 34.59%
R=38.20%
G=27.21%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23316621100.290.090.09319.760.3678.24
HexE9A6D301D991403c4e
Octal351246323035111150074116
Binary111010011010011011010011011101100110011010000001111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A6D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A6D3; }

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

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

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

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

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

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

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

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