#E9ACEB

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

Shades of Plum #E9ACEB

Tints of Plum #E9ACEB

Color information

#E9ACEB (or 0xE9ACEB) is unknown color: approx Plum. HEX triplet: E9, AC and EB. RGB value is (233,172,235). Sum of RGB (Red+Green+Blue) = 233+172+235=640 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.41% from 640); Green value is 172 (67.58% from 255 or 26.88% from 640); Blue value is 235 (92.19% from 255 or 36.72% from 640); Max value from RGB is 235 - color contains mainly: blue. Hex color #E9ACEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9ACEB is #165314. Grayscale: #C5C5C5. Windows color (decimal): -1463061 or 15445225. OLE color: 15445225.

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

Color convert

RGB233172235-
CMYK0.010.2700.08
HSL298.1º61.17%79.8%-
HSV(B)298.1º26.81%92.16%-
XYZ63.3552.8385.45-
YUV197.42149.21153.38-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.41%
GREEN value IS 172 (67.58% from 255) = 26.88%
BLUE value IS 235 (92.19% from 255) = 36.72%
R=36.41%
G=26.88%
B=36.72%

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
Decimal2331722350.010.2700.08298.161.1779.8
HexE9ACEB11B0812a3d50
Octal35125435313301045275120
Binary111010011010110011101011111011010001001010101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9ACEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9ACEB; }

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

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

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

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

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

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

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

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