#E4ACEB

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

Shades of Plum #E4ACEB

Tints of Plum #E4ACEB

Color information

#E4ACEB (or 0xE4ACEB) is unknown color: approx Plum. HEX triplet: E4, AC and EB. RGB value is (228,172,235). Sum of RGB (Red+Green+Blue) = 228+172+235=635 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.91% from 635); Green value is 172 (67.58% from 255 or 27.09% from 635); Blue value is 235 (92.19% from 255 or 37.01% from 635); Max value from RGB is 235 - color contains mainly: blue. Hex color #E4ACEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4ACEB is #1B5314. Grayscale: #C3C3C3. Windows color (decimal): -1790741 or 15445220. OLE color: 15445220.

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

Color convert

RGB228172235-
CMYK0.030.2700.08
HSL293.33º61.17%79.8%-
HSV(B)293.33º26.81%92.16%-
XYZ61.745285.38-
YUV195.93150.05150.88-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.91%
GREEN value IS 172 (67.58% from 255) = 27.09%
BLUE value IS 235 (92.19% from 255) = 37.01%
R=35.91%
G=27.09%
B=37.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2281722350.030.2700.08293.3361.1779.8
HexE4ACEB31B081253d50
Octal34425435333301044575120
Binary1110010010101100111010111111011010001001001011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4ACEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4ACEB; }

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

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

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

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

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

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

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

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