#E1ACE1

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

Shades of Plum #E1ACE1

Tints of Plum #E1ACE1

Color information

#E1ACE1 (or 0xE1ACE1) is unknown color: approx Plum. HEX triplet: E1, AC and E1. RGB value is (225,172,225). Sum of RGB (Red+Green+Blue) = 225+172+225=622 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.17% from 622); Green value is 172 (67.58% from 255 or 27.65% from 622); Blue value is 225 (88.28% from 255 or 36.17% from 622); Max value from RGB is 225 - color contains mainly: red, blue. Hex color #E1ACE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1ACE1 is #1E531E. Grayscale: #C1C1C1. Windows color (decimal): -1987359 or 14789857. OLE color: 14789857.

HSL color Cylindrical-coordinate representation of color #E1ACE1: hue angle of 300º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1ACE1 is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB225172225-
CMYK00.2400.12
HSL300º46.9%77.84%-
HSV(B)300º23.56%88.24%-
XYZ59.3950.9577.94-
YUV193.89145.56150.19-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.17%
GREEN value IS 172 (67.58% from 255) = 27.65%
BLUE value IS 225 (88.28% from 255) = 36.17%
R=36.17%
G=27.65%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517222500.2400.1230046.977.84
HexE1ACE10180C12c2f4e
Octal34125434103001445457116
Binary111000011010110011100001011000011001001011001011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ACE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ACE1; }

 p { color: rgb(225,172,225); }

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

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

 a { background-color: rgb(225,172,225); }

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

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

 span { border-color: rgb(225,172,225); }

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