#E8A8D1

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

Shades of Lavender Pink #E8A8D1

Tints of Lavender Pink #E8A8D1

Color information

#E8A8D1 (or 0xE8A8D1) is unknown color: approx Lavender Pink. HEX triplet: E8, A8 and D1. RGB value is (232,168,209). Sum of RGB (Red+Green+Blue) = 232+168+209=609 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.10% from 609); Green value is 168 (66.02% from 255 or 27.59% from 609); Blue value is 209 (82.03% from 255 or 34.32% from 609); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A8D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8A8D1 is #17572E. Grayscale: #BFBFBF. Windows color (decimal): -1529647 or 13740264. OLE color: 13740264.

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

Color convert

RGB232168209-
CMYK00.280.100.09
HSL321.56º58.18%78.43%-
HSV(B)321.56º27.59%90.98%-
XYZ58.7949.7666.83-
YUV191.81137.7156.67-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.10%
GREEN value IS 168 (66.02% from 255) = 27.59%
BLUE value IS 209 (82.03% from 255) = 34.32%
R=38.10%
G=27.59%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23216820900.280.100.09321.5658.1878.43
HexE8A8D101CA91423a4e
Octal350250321034121150272116
Binary111010001010100011010001011100101010011010000101110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A8D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A8D1; }

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

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

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

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

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

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

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

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