#E8AECD

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

Shades of Lavender Pink #E8AECD

Tints of Lavender Pink #E8AECD

Color information

#E8AECD (or 0xE8AECD) is unknown color: approx Lavender Pink. HEX triplet: E8, AE and CD. RGB value is (232,174,205). Sum of RGB (Red+Green+Blue) = 232+174+205=611 (80% of max value = 765). Red value is 232 (91.02% from 255 or 37.97% from 611); Green value is 174 (68.36% from 255 or 28.48% from 611); Blue value is 205 (80.47% from 255 or 33.55% from 611); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AECD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AECD is #175132. Grayscale: #C2C2C2. Windows color (decimal): -1528115 or 13479656. OLE color: 13479656.

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

Color convert

RGB232174205-
CMYK00.250.120.09
HSL327.93º55.77%79.61%-
HSV(B)327.93º25%90.98%-
XYZ59.4351.8464.63-
YUV194.88133.72154.48-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.97%
GREEN value IS 174 (68.36% from 255) = 28.48%
BLUE value IS 205 (80.47% from 255) = 33.55%
R=37.97%
G=28.48%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217420500.250.120.09327.9355.7779.61
HexE8AECD019C91483850
Octal350256315031141151070120
Binary111010001010111011001101011001110010011010010001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AECD; }

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

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

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

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

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

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

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

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