#E7ACEB

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

Shades of Plum #E7ACEB

Tints of Plum #E7ACEB

Color information

#E7ACEB (or 0xE7ACEB) is unknown color: approx Plum. HEX triplet: E7, AC and EB. RGB value is (231,172,235). Sum of RGB (Red+Green+Blue) = 231+172+235=638 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.21% from 638); Green value is 172 (67.58% from 255 or 26.96% from 638); Blue value is 235 (92.19% from 255 or 36.83% from 638); Max value from RGB is 235 - color contains mainly: blue. Hex color #E7ACEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7ACEB is #185314. Grayscale: #C4C4C4. Windows color (decimal): -1594133 or 15445223. OLE color: 15445223.

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

Color convert

RGB231172235-
CMYK0.020.2700.08
HSL296.19º61.17%79.8%-
HSV(B)296.19º26.81%92.16%-
XYZ62.752.4985.42-
YUV196.82149.55152.38-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.21%
GREEN value IS 172 (67.58% from 255) = 26.96%
BLUE value IS 235 (92.19% from 255) = 36.83%
R=36.21%
G=26.96%
B=36.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2311722350.020.2700.08296.1961.1779.8
HexE7ACEB21B081283d50
Octal34725435323301045075120
Binary1110011110101100111010111011011010001001010001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7ACEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7ACEB; }

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

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

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

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

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

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

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

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