#E7AECF

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

Shades of Lavender Pink #E7AECF

Tints of Lavender Pink #E7AECF

Color information

#E7AECF (or 0xE7AECF) is unknown color: approx Lavender Pink. HEX triplet: E7, AE and CF. RGB value is (231,174,207). Sum of RGB (Red+Green+Blue) = 231+174+207=612 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.75% from 612); Green value is 174 (68.36% from 255 or 28.43% from 612); Blue value is 207 (81.25% from 255 or 33.82% from 612); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AECF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AECF is #185130. Grayscale: #C2C2C2. Windows color (decimal): -1593649 or 13610727. OLE color: 13610727.

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

Color convert

RGB231174207-
CMYK00.250.100.09
HSL325.26º54.29%79.41%-
HSV(B)325.26º24.68%90.59%-
XYZ59.3551.7765.9-
YUV194.8134.88153.82-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.75%
GREEN value IS 174 (68.36% from 255) = 28.43%
BLUE value IS 207 (81.25% from 255) = 33.82%
R=37.75%
G=28.43%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117420700.250.100.09325.2654.2979.41
HexE7AECF019A9145364f
Octal347256317031121150566117
Binary111001111010111011001111011001101010011010001011101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AECF; }

 p { color: rgb(231,174,207); }

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

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

 a { background-color: rgb(231,174,207); }

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

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

 span { border-color: rgb(231,174,207); }

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