#E9ACC9

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

Shades of Lavender Pink #E9ACC9

Tints of Lavender Pink #E9ACC9

Color information

#E9ACC9 (or 0xE9ACC9) is unknown color: approx Lavender Pink. HEX triplet: E9, AC and C9. RGB value is (233,172,201). Sum of RGB (Red+Green+Blue) = 233+172+201=606 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.45% from 606); Green value is 172 (67.58% from 255 or 28.38% from 606); Blue value is 201 (78.91% from 255 or 33.17% from 606); Max value from RGB is 233 - color contains mainly: red. Hex color #E9ACC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9ACC9 is #165336. Grayscale: #C1C1C1. Windows color (decimal): -1463095 or 13217001. OLE color: 13217001.

HSL color Cylindrical-coordinate representation of color #E9ACC9: hue angle of 331.48º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E9ACC9 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.09.

Color convert

RGB233172201-
CMYK00.260.140.09
HSL331.48º58.1%79.41%-
HSV(B)331.48º26.18%91.37%-
XYZ58.951.0562.01-
YUV193.54132.21156.14-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.45%
GREEN value IS 172 (67.58% from 255) = 28.38%
BLUE value IS 201 (78.91% from 255) = 33.17%
R=38.45%
G=28.38%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23317220100.260.140.09331.4858.179.41
HexE9ACC901AE914b3a4f
Octal351254311032161151372117
Binary111010011010110011001001011010111010011010010111110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9ACC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9ACC9; }

 p { color: rgb(233,172,201); }

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

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

 a { background-color: rgb(233,172,201); }

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

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

 span { border-color: rgb(233,172,201); }

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