#E7AECB

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

Shades of Lavender Pink #E7AECB

Tints of Lavender Pink #E7AECB

Color information

#E7AECB (or 0xE7AECB) is unknown color: approx Lavender Pink. HEX triplet: E7, AE and CB. RGB value is (231,174,203). Sum of RGB (Red+Green+Blue) = 231+174+203=608 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.99% from 608); Green value is 174 (68.36% from 255 or 28.62% from 608); Blue value is 203 (79.69% from 255 or 33.39% from 608); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AECB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AECB is #185134. Grayscale: #C2C2C2. Windows color (decimal): -1593653 or 13348583. OLE color: 13348583.

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

Color convert

RGB231174203-
CMYK00.250.120.09
HSL329.47º54.29%79.41%-
HSV(B)329.47º24.68%90.59%-
XYZ58.8751.5763.35-
YUV194.35132.88154.14-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.99%
GREEN value IS 174 (68.36% from 255) = 28.62%
BLUE value IS 203 (79.69% from 255) = 33.39%
R=37.99%
G=28.62%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117420300.250.120.09329.4754.2979.41
HexE7AECB019C9149364f
Octal347256313031141151166117
Binary111001111010111011001011011001110010011010010011101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AECB; }

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

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

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

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

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

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

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

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