#E7ABCF

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

Shades of Lavender Pink #E7ABCF

Tints of Lavender Pink #E7ABCF

Color information

#E7ABCF (or 0xE7ABCF) is unknown color: approx Lavender Pink. HEX triplet: E7, AB and CF. RGB value is (231,171,207). Sum of RGB (Red+Green+Blue) = 231+171+207=609 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.93% from 609); Green value is 171 (67.19% from 255 or 28.08% from 609); Blue value is 207 (81.25% from 255 or 33.99% from 609); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ABCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7ABCF is #185430. Grayscale: #C0C0C0. Windows color (decimal): -1594417 or 13609959. OLE color: 13609959.

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

Color convert

RGB231171207-
CMYK00.260.100.09
HSL324º55.56%78.82%-
HSV(B)324º25.97%90.59%-
XYZ58.7850.6265.7-
YUV193.04135.88155.07-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.93%
GREEN value IS 171 (67.19% from 255) = 28.08%
BLUE value IS 207 (81.25% from 255) = 33.99%
R=37.93%
G=28.08%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117120700.260.100.0932455.5678.82
HexE7ABCF01AA9144384f
Octal347253317032121150470117
Binary111001111010101111001111011010101010011010001001110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7ABCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7ABCF; }

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

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

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

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

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

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

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

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