#E7AFD1

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

Shades of Lavender Pink #E7AFD1

Tints of Lavender Pink #E7AFD1

Color information

#E7AFD1 (or 0xE7AFD1) is unknown color: approx Lavender Pink. HEX triplet: E7, AF and D1. RGB value is (231,175,209). Sum of RGB (Red+Green+Blue) = 231+175+209=615 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.56% from 615); Green value is 175 (68.75% from 255 or 28.46% from 615); Blue value is 209 (82.03% from 255 or 33.98% from 615); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AFD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AFD1 is #18502E. Grayscale: #C3C3C3. Windows color (decimal): -1593391 or 13742055. OLE color: 13742055.

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

Color convert

RGB231175209-
CMYK00.240.100.09
HSL323.57º53.85%79.61%-
HSV(B)323.57º24.24%90.59%-
XYZ59.7952.2567.26-
YUV195.62135.55153.24-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.56%
GREEN value IS 175 (68.75% from 255) = 28.46%
BLUE value IS 209 (82.03% from 255) = 33.98%
R=37.56%
G=28.46%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117520900.240.100.09323.5753.8579.61
HexE7AFD1018A91443650
Octal347257321030121150466120
Binary111001111010111111010001011000101010011010001001101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AFD1; }

 p { color: rgb(231,175,209); }

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

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

 a { background-color: rgb(231,175,209); }

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

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

 span { border-color: rgb(231,175,209); }

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