#E7ABCC

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

Shades of Lavender Pink #E7ABCC

Tints of Lavender Pink #E7ABCC

Color information

#E7ABCC (or 0xE7ABCC) is unknown color: approx Lavender Pink. HEX triplet: E7, AB and CC. RGB value is (231,171,204). Sum of RGB (Red+Green+Blue) = 231+171+204=606 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.12% from 606); Green value is 171 (67.19% from 255 or 28.22% from 606); Blue value is 204 (80.08% from 255 or 33.66% from 606); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ABCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7ABCC is #185433. Grayscale: #C0C0C0. Windows color (decimal): -1594420 or 13413351. OLE color: 13413351.

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

Color convert

RGB231171204-
CMYK00.260.120.09
HSL327º55.56%78.82%-
HSV(B)327º25.97%90.59%-
XYZ58.4250.4763.79-
YUV192.7134.38155.32-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.12%
GREEN value IS 171 (67.19% from 255) = 28.22%
BLUE value IS 204 (80.08% from 255) = 33.66%
R=38.12%
G=28.22%
B=33.66%

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
Decimal23117120400.260.120.0932755.5678.82
HexE7ABCC01AC9147384f
Octal347253314032141150770117
Binary111001111010101111001100011010110010011010001111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7ABCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7ABCC; }

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

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

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

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

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

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

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

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