#E8AACE

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

Shades of Lavender Pink #E8AACE

Tints of Lavender Pink #E8AACE

Color information

#E8AACE (or 0xE8AACE) is unknown color: approx Lavender Pink. HEX triplet: E8, AA and CE. RGB value is (232,170,206). Sum of RGB (Red+Green+Blue) = 232+170+206=608 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.16% from 608); Green value is 170 (66.80% from 255 or 27.96% from 608); Blue value is 206 (80.86% from 255 or 33.88% from 608); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AACE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AACE is #175531. Grayscale: #C0C0C0. Windows color (decimal): -1529138 or 13544168. OLE color: 13544168.

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

Color convert

RGB232170206-
CMYK00.270.110.09
HSL325.16º57.41%78.82%-
HSV(B)325.16º26.72%90.98%-
XYZ58.7950.3665.01-
YUV192.64135.54156.07-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.16%
GREEN value IS 170 (66.80% from 255) = 27.96%
BLUE value IS 206 (80.86% from 255) = 33.88%
R=38.16%
G=27.96%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217020600.270.110.09325.1657.4178.82
HexE8AACE01BB9145394f
Octal350252316033131150571117
Binary111010001010101011001110011011101110011010001011110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AACE; }

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

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

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

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

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

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

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

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