#E2ACEB

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

Shades of Plum #E2ACEB

Tints of Plum #E2ACEB

Color information

#E2ACEB (or 0xE2ACEB) is unknown color: approx Plum. HEX triplet: E2, AC and EB. RGB value is (226,172,235). Sum of RGB (Red+Green+Blue) = 226+172+235=633 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.70% from 633); Green value is 172 (67.58% from 255 or 27.17% from 633); Blue value is 235 (92.19% from 255 or 37.12% from 633); Max value from RGB is 235 - color contains mainly: blue. Hex color #E2ACEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2ACEB is #1D5314. Grayscale: #C3C3C3. Windows color (decimal): -1921813 or 15445218. OLE color: 15445218.

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

Color convert

RGB226172235-
CMYK0.040.2700.08
HSL291.43º61.17%79.8%-
HSV(B)291.43º26.81%92.16%-
XYZ61.1151.6785.35-
YUV195.33150.39149.88-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.70%
GREEN value IS 172 (67.58% from 255) = 27.17%
BLUE value IS 235 (92.19% from 255) = 37.12%
R=35.70%
G=27.17%
B=37.12%

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
Decimal2261722350.040.2700.08291.4361.1779.8
HexE2ACEB41B081233d50
Octal34225435343301044375120
Binary11100010101011001110101110011011010001001000111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2ACEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2ACEB; }

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

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

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

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

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

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

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

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