#E7ABCE

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

Shades of Lavender Pink #E7ABCE

Tints of Lavender Pink #E7ABCE

Color information

#E7ABCE (or 0xE7ABCE) is unknown color: approx Lavender Pink. HEX triplet: E7, AB and CE. RGB value is (231,171,206). Sum of RGB (Red+Green+Blue) = 231+171+206=608 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.99% from 608); Green value is 171 (67.19% from 255 or 28.12% from 608); Blue value is 206 (80.86% from 255 or 33.88% from 608); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ABCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7ABCE is #185431. Grayscale: #C0C0C0. Windows color (decimal): -1594418 or 13544423. OLE color: 13544423.

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

Color convert

RGB231171206-
CMYK00.260.110.09
HSL325º55.56%78.82%-
HSV(B)325º25.97%90.59%-
XYZ58.6650.5765.06-
YUV192.93135.38155.15-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.99%
GREEN value IS 171 (67.19% from 255) = 28.12%
BLUE value IS 206 (80.86% from 255) = 33.88%
R=37.99%
G=28.12%
B=33.88%

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
Decimal23117120600.260.110.0932555.5678.82
HexE7ABCE01AB9145384f
Octal347253316032131150570117
Binary111001111010101111001110011010101110011010001011110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7ABCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7ABCE; }

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

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

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

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

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

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

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

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