#E4ACEC

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

Shades of Plum #E4ACEC

Tints of Plum #E4ACEC

Color information

#E4ACEC (or 0xE4ACEC) is unknown color: approx Plum. HEX triplet: E4, AC and EC. RGB value is (228,172,236). Sum of RGB (Red+Green+Blue) = 228+172+236=636 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.85% from 636); Green value is 172 (67.58% from 255 or 27.04% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 236 - color contains mainly: blue. Hex color #E4ACEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4ACEC is #1B5313. Grayscale: #C3C3C3. Windows color (decimal): -1790740 or 15510756. OLE color: 15510756.

HSL color Cylindrical-coordinate representation of color #E4ACEC: hue angle of 292.5º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E4ACEC is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB228172236-
CMYK0.030.2700.07
HSL292.5º62.75%80%-
HSV(B)292.5º27.12%92.55%-
XYZ61.8952.0686.14-
YUV196.04150.55150.8-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.85%
GREEN value IS 172 (67.58% from 255) = 27.04%
BLUE value IS 236 (92.58% from 255) = 37.11%
R=35.85%
G=27.04%
B=37.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2281722360.030.2700.07292.562.7580
HexE4ACEC31B071243f50
Octal3442543543330744477120
Binary111001001010110011101100111101101111001001001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4ACEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4ACEC; }

 p { color: rgb(228,172,236); }

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

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

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

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

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

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

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