#E8ACEB

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

Shades of Plum #E8ACEB

Tints of Plum #E8ACEB

Color information

#E8ACEB (or 0xE8ACEB) is unknown color: approx Plum. HEX triplet: E8, AC and EB. RGB value is (232,172,235). Sum of RGB (Red+Green+Blue) = 232+172+235=639 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.31% from 639); Green value is 172 (67.58% from 255 or 26.92% from 639); Blue value is 235 (92.19% from 255 or 36.78% from 639); Max value from RGB is 235 - color contains mainly: blue. Hex color #E8ACEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8ACEB is #175314. Grayscale: #C4C4C4. Windows color (decimal): -1528597 or 15445224. OLE color: 15445224.

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

Color convert

RGB232172235-
CMYK0.010.2700.08
HSL297.14º61.17%79.8%-
HSV(B)297.14º26.81%92.16%-
XYZ63.0352.6685.44-
YUV197.12149.38152.88-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.31%
GREEN value IS 172 (67.58% from 255) = 26.92%
BLUE value IS 235 (92.19% from 255) = 36.78%
R=36.31%
G=26.92%
B=36.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2321722350.010.2700.08297.1461.1779.8
HexE8ACEB11B081293d50
Octal35025435313301045175120
Binary111010001010110011101011111011010001001010011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8ACEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8ACEB; }

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

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

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

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

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

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

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

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