#E5A9CF

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

Shades of Lavender Pink #E5A9CF

Tints of Lavender Pink #E5A9CF

Color information

#E5A9CF (or 0xE5A9CF) is unknown color: approx Lavender Pink. HEX triplet: E5, A9 and CF. RGB value is (229,169,207). Sum of RGB (Red+Green+Blue) = 229+169+207=605 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.85% from 605); Green value is 169 (66.41% from 255 or 27.93% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A9CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A9CF is #1A5630. Grayscale: #BFBFBF. Windows color (decimal): -1726001 or 13609445. OLE color: 13609445.

HSL color Cylindrical-coordinate representation of color #E5A9CF: hue angle of 322º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E5A9CF is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB229169207-
CMYK00.260.100.10
HSL322º53.57%78.04%-
HSV(B)322º26.2%89.8%-
XYZ57.7649.5465.55-
YUV191.27136.88154.91-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.85%
GREEN value IS 169 (66.41% from 255) = 27.93%
BLUE value IS 207 (81.25% from 255) = 34.21%
R=37.85%
G=27.93%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22916920700.260.100.1032253.5778.04
HexE5A9CF01AAA142364e
Octal345251317032121250266116
Binary111001011010100111001111011010101010101010000101101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A9CF; }

 p { color: rgb(229,169,207); }

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

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

 a { background-color: rgb(229,169,207); }

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

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

 span { border-color: rgb(229,169,207); }

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