#E9A5D6

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

Shades of Lavender Rose #E9A5D6

Tints of Lavender Rose #E9A5D6

Color information

#E9A5D6 (or 0xE9A5D6) is unknown color: approx Lavender Rose. HEX triplet: E9, A5 and D6. RGB value is (233,165,214). Sum of RGB (Red+Green+Blue) = 233+165+214=612 (81% of max value = 765). Red value is 233 (91.41% from 255 or 38.07% from 612); Green value is 165 (64.84% from 255 or 26.96% from 612); Blue value is 214 (83.98% from 255 or 34.97% from 612); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A5D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9A5D6 is #165A29. Grayscale: #BEBEBE. Windows color (decimal): -1464874 or 14067177. OLE color: 14067177.

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

Color convert

RGB233165214-
CMYK00.290.080.09
HSL316.76º60.71%78.04%-
HSV(B)316.76º29.18%91.37%-
XYZ59.249.0969.97-
YUV190.92141.03158.02-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.07%
GREEN value IS 165 (64.84% from 255) = 26.96%
BLUE value IS 214 (83.98% from 255) = 34.97%
R=38.07%
G=26.96%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23316521400.290.080.09316.7660.7178.04
HexE9A5D601D8913d3d4e
Octal351245326035101147575116
Binary111010011010010111010110011101100010011001111011111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A5D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A5D6; }

 p { color: rgb(233,165,214); }

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

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

 a { background-color: rgb(233,165,214); }

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

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

 span { border-color: rgb(233,165,214); }

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