#E8AAD0

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

Shades of Lavender Pink #E8AAD0

Tints of Lavender Pink #E8AAD0

Color information

#E8AAD0 (or 0xE8AAD0) is unknown color: approx Lavender Pink. HEX triplet: E8, AA and D0. RGB value is (232,170,208). Sum of RGB (Red+Green+Blue) = 232+170+208=610 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.03% from 610); Green value is 170 (66.80% from 255 or 27.87% from 610); Blue value is 208 (81.64% from 255 or 34.10% from 610); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AAD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AAD0 is #17552F. Grayscale: #C0C0C0. Windows color (decimal): -1529136 or 13675240. OLE color: 13675240.

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

Color convert

RGB232170208-
CMYK00.270.100.09
HSL323.23º57.41%78.82%-
HSV(B)323.23º26.72%90.98%-
XYZ59.0450.4666.3-
YUV192.87136.54155.91-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.03%
GREEN value IS 170 (66.80% from 255) = 27.87%
BLUE value IS 208 (81.64% from 255) = 34.10%
R=38.03%
G=27.87%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217020800.270.100.09323.2357.4178.82
HexE8AAD001BA9143394f
Octal350252320033121150371117
Binary111010001010101011010000011011101010011010000111110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AAD0; }

 p { color: rgb(232,170,208); }

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

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

 a { background-color: rgb(232,170,208); }

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

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

 span { border-color: rgb(232,170,208); }

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