#E7A9CE

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

Shades of Lavender Pink #E7A9CE

Tints of Lavender Pink #E7A9CE

Color information

#E7A9CE (or 0xE7A9CE) is unknown color: approx Lavender Pink. HEX triplet: E7, A9 and CE. RGB value is (231,169,206). Sum of RGB (Red+Green+Blue) = 231+169+206=606 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.12% from 606); Green value is 169 (66.41% from 255 or 27.89% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A9CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A9CE is #185631. Grayscale: #BFBFBF. Windows color (decimal): -1594930 or 13543911. OLE color: 13543911.

HSL color Cylindrical-coordinate representation of color #E7A9CE: hue angle of 324.19º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E7A9CE is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB231169206-
CMYK00.270.110.09
HSL324.19º56.36%78.43%-
HSV(B)324.19º26.84%90.59%-
XYZ58.2849.8264.94-
YUV191.76136.04155.99-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.12%
GREEN value IS 169 (66.41% from 255) = 27.89%
BLUE value IS 206 (80.86% from 255) = 33.99%
R=38.12%
G=27.89%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116920600.270.110.09324.1956.3678.43
HexE7A9CE01BB9144384e
Octal347251316033131150470116
Binary111001111010100111001110011011101110011010001001110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A9CE; }

 p { color: rgb(231,169,206); }

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

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

 a { background-color: rgb(231,169,206); }

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

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

 span { border-color: rgb(231,169,206); }

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