#E1ACEB

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

Shades of Plum #E1ACEB

Tints of Plum #E1ACEB

Color information

#E1ACEB (or 0xE1ACEB) is unknown color: approx Plum. HEX triplet: E1, AC and EB. RGB value is (225,172,235). Sum of RGB (Red+Green+Blue) = 225+172+235=632 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.60% from 632); Green value is 172 (67.58% from 255 or 27.22% from 632); Blue value is 235 (92.19% from 255 or 37.18% from 632); Max value from RGB is 235 - color contains mainly: blue. Hex color #E1ACEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1ACEB is #1E5314. Grayscale: #C2C2C2. Windows color (decimal): -1987349 or 15445217. OLE color: 15445217.

HSL color Cylindrical-coordinate representation of color #E1ACEB: hue angle of 290.48º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E1ACEB is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB225172235-
CMYK0.040.2700.08
HSL290.48º61.17%79.8%-
HSV(B)290.48º26.81%92.16%-
XYZ60.851.5185.34-
YUV195.03150.56149.38-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.60%
GREEN value IS 172 (67.58% from 255) = 27.22%
BLUE value IS 235 (92.19% from 255) = 37.18%
R=35.60%
G=27.22%
B=37.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2251722350.040.2700.08290.4861.1779.8
HexE1ACEB41B081223d50
Octal34125435343301044275120
Binary11100001101011001110101110011011010001001000101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ACEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ACEB; }

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

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

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

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

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

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

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

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