#E2ACE9

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

Shades of Plum #E2ACE9

Tints of Plum #E2ACE9

Color information

#E2ACE9 (or 0xE2ACE9) is unknown color: approx Plum. HEX triplet: E2, AC and E9. RGB value is (226,172,233). Sum of RGB (Red+Green+Blue) = 226+172+233=631 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.82% from 631); Green value is 172 (67.58% from 255 or 27.26% from 631); Blue value is 233 (91.41% from 255 or 36.93% from 631); Max value from RGB is 233 - color contains mainly: blue. Hex color #E2ACE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2ACE9 is #1D5316. Grayscale: #C2C2C2. Windows color (decimal): -1921815 or 15314146. OLE color: 15314146.

HSL color Cylindrical-coordinate representation of color #E2ACE9: hue angle of 293.11º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E2ACE9 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB226172233-
CMYK0.030.2600.09
HSL293.11º58.1%79.41%-
HSV(B)293.11º26.18%91.37%-
XYZ60.8251.5683.84-
YUV195.1149.39150.04-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.82%
GREEN value IS 172 (67.58% from 255) = 27.26%
BLUE value IS 233 (91.41% from 255) = 36.93%
R=35.82%
G=27.26%
B=36.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2261722330.030.2600.09293.1158.179.41
HexE2ACE931A091253a4f
Octal34225435133201144572117
Binary1110001010101100111010011111010010011001001011110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2ACE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2ACE9; }

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

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

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

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

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

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

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

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