#E8AACD

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

Shades of Lavender Pink #E8AACD

Tints of Lavender Pink #E8AACD

Color information

#E8AACD (or 0xE8AACD) is unknown color: approx Lavender Pink. HEX triplet: E8, AA and CD. RGB value is (232,170,205). Sum of RGB (Red+Green+Blue) = 232+170+205=607 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.22% from 607); Green value is 170 (66.80% from 255 or 28.01% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AACD is #175532. Grayscale: #C0C0C0. Windows color (decimal): -1529139 or 13478632. OLE color: 13478632.

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

Color convert

RGB232170205-
CMYK00.270.120.09
HSL326.13º57.41%78.82%-
HSV(B)326.13º26.72%90.98%-
XYZ58.6750.3164.38-
YUV192.53135.04156.15-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.22%
GREEN value IS 170 (66.80% from 255) = 28.01%
BLUE value IS 205 (80.47% from 255) = 33.77%
R=38.22%
G=28.01%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217020500.270.120.09326.1357.4178.82
HexE8AACD01BC9146394f
Octal350252315033141150671117
Binary111010001010101011001101011011110010011010001101110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AACD; }

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

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

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

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

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

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

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

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