#E7ACCC

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

Shades of Lavender Pink #E7ACCC

Tints of Lavender Pink #E7ACCC

Color information

#E7ACCC (or 0xE7ACCC) is unknown color: approx Lavender Pink. HEX triplet: E7, AC and CC. RGB value is (231,172,204). Sum of RGB (Red+Green+Blue) = 231+172+204=607 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.06% from 607); Green value is 172 (67.58% from 255 or 28.34% from 607); Blue value is 204 (80.08% from 255 or 33.61% from 607); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ACCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7ACCC is #185333. Grayscale: #C1C1C1. Windows color (decimal): -1594164 or 13413607. OLE color: 13413607.

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

Color convert

RGB231172204-
CMYK00.260.120.09
HSL327.46º55.14%79.02%-
HSV(B)327.46º25.54%90.59%-
XYZ58.6150.8563.85-
YUV193.29134.05154.9-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.06%
GREEN value IS 172 (67.58% from 255) = 28.34%
BLUE value IS 204 (80.08% from 255) = 33.61%
R=38.06%
G=28.34%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117220400.260.120.09327.4655.1479.02
HexE7ACCC01AC9147374f
Octal347254314032141150767117
Binary111001111010110011001100011010110010011010001111101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7ACCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7ACCC; }

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

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

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

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

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

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

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

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