#E9A4D2

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

Shades of Lavender Rose #E9A4D2

Tints of Lavender Rose #E9A4D2

Color information

#E9A4D2 (or 0xE9A4D2) is unknown color: approx Lavender Rose. HEX triplet: E9, A4 and D2. RGB value is (233,164,210). Sum of RGB (Red+Green+Blue) = 233+164+210=607 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.39% from 607); Green value is 164 (64.45% from 255 or 27.02% from 607); Blue value is 210 (82.42% from 255 or 34.60% from 607); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A4D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9A4D2 is #165B2D. Grayscale: #BDBDBD. Windows color (decimal): -1465134 or 13804777. OLE color: 13804777.

HSL color Cylindrical-coordinate representation of color #E9A4D2: hue angle of 320º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E9A4D2 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB233164210-
CMYK00.300.100.09
HSL320º61.06%77.84%-
HSV(B)320º29.61%91.37%-
XYZ58.5148.5367.26-
YUV189.88139.36158.76-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.39%
GREEN value IS 164 (64.45% from 255) = 27.02%
BLUE value IS 210 (82.42% from 255) = 34.60%
R=38.39%
G=27.02%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23316421000.300.100.0932061.0677.84
HexE9A4D201EA91403d4e
Octal351244322036121150075116
Binary111010011010010011010010011110101010011010000001111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A4D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A4D2; }

 p { color: rgb(233,164,210); }

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

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

 a { background-color: rgb(233,164,210); }

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

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

 span { border-color: rgb(233,164,210); }

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