#E7ACCE

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

Shades of Lavender Pink #E7ACCE

Tints of Lavender Pink #E7ACCE

Color information

#E7ACCE (or 0xE7ACCE) is unknown color: approx Lavender Pink. HEX triplet: E7, AC and CE. RGB value is (231,172,206). Sum of RGB (Red+Green+Blue) = 231+172+206=609 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.93% from 609); Green value is 172 (67.58% from 255 or 28.24% from 609); Blue value is 206 (80.86% from 255 or 33.83% from 609); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ACCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7ACCE is #185331. Grayscale: #C1C1C1. Windows color (decimal): -1594162 or 13544679. OLE color: 13544679.

HSL color Cylindrical-coordinate representation of color #E7ACCE: hue angle of 325.42º degrees, saturation: 0.55, 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 #E7ACCE is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB231172206-
CMYK00.260.110.09
HSL325.42º55.14%79.02%-
HSV(B)325.42º25.54%90.59%-
XYZ58.8550.9565.13-
YUV193.52135.05154.74-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.93%
GREEN value IS 172 (67.58% from 255) = 28.24%
BLUE value IS 206 (80.86% from 255) = 33.83%
R=37.93%
G=28.24%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117220600.260.110.09325.4255.1479.02
HexE7ACCE01AB9145374f
Octal347254316032131150567117
Binary111001111010110011001110011010101110011010001011101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7ACCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7ACCE; }

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

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

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

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

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

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

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

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