#E2ACEA

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

Shades of Plum #E2ACEA

Tints of Plum #E2ACEA

Color information

#E2ACEA (or 0xE2ACEA) is unknown color: approx Plum. HEX triplet: E2, AC and EA. RGB value is (226,172,234). Sum of RGB (Red+Green+Blue) = 226+172+234=632 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.76% from 632); Green value is 172 (67.58% from 255 or 27.22% from 632); Blue value is 234 (91.80% from 255 or 37.03% from 632); Max value from RGB is 234 - color contains mainly: blue. Hex color #E2ACEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2ACEA is #1D5315. Grayscale: #C3C3C3. Windows color (decimal): -1921814 or 15379682. OLE color: 15379682.

HSL color Cylindrical-coordinate representation of color #E2ACEA: hue angle of 292.26º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E2ACEA is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB226172234-
CMYK0.030.2600.08
HSL292.26º59.62%79.61%-
HSV(B)292.26º26.5%91.76%-
XYZ60.9751.6184.59-
YUV195.21149.89149.96-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.76%
GREEN value IS 172 (67.58% from 255) = 27.22%
BLUE value IS 234 (91.80% from 255) = 37.03%
R=35.76%
G=27.22%
B=37.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2261722340.030.2600.08292.2659.6279.61
HexE2ACEA31A081243c50
Octal34225435233201044474120
Binary1110001010101100111010101111010010001001001001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2ACEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2ACEA; }

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

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

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

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

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

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

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

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