#E8AFD1

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

Shades of Lavender Pink #E8AFD1

Tints of Lavender Pink #E8AFD1

Color information

#E8AFD1 (or 0xE8AFD1) is unknown color: approx Lavender Pink. HEX triplet: E8, AF and D1. RGB value is (232,175,209). Sum of RGB (Red+Green+Blue) = 232+175+209=616 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.66% from 616); Green value is 175 (68.75% from 255 or 28.41% from 616); Blue value is 209 (82.03% from 255 or 33.93% from 616); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AFD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AFD1 is #17502E. Grayscale: #C3C3C3. Windows color (decimal): -1527855 or 13742056. OLE color: 13742056.

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

Color convert

RGB232175209-
CMYK00.250.100.09
HSL324.21º55.34%79.8%-
HSV(B)324.21º24.57%90.98%-
XYZ60.1252.4267.27-
YUV195.92135.38153.74-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.66%
GREEN value IS 175 (68.75% from 255) = 28.41%
BLUE value IS 209 (82.03% from 255) = 33.93%
R=37.66%
G=28.41%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217520900.250.100.09324.2155.3479.8
HexE8AFD1019A91443750
Octal350257321031121150467120
Binary111010001010111111010001011001101010011010001001101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AFD1; }

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

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

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

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

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

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

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

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