#E2ACEC

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

Shades of Plum #E2ACEC

Tints of Plum #E2ACEC

Color information

#E2ACEC (or 0xE2ACEC) is unknown color: approx Plum. HEX triplet: E2, AC and EC. RGB value is (226,172,236). Sum of RGB (Red+Green+Blue) = 226+172+236=634 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.65% from 634); Green value is 172 (67.58% from 255 or 27.13% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 236 - color contains mainly: blue. Hex color #E2ACEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2ACEC is #1D5313. Grayscale: #C3C3C3. Windows color (decimal): -1921812 or 15510754. OLE color: 15510754.

HSL color Cylindrical-coordinate representation of color #E2ACEC: hue angle of 290.62º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E2ACEC is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB226172236-
CMYK0.040.2700.07
HSL290.62º62.75%80%-
HSV(B)290.62º27.12%92.55%-
XYZ61.2651.7386.11-
YUV195.44150.89149.8-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.65%
GREEN value IS 172 (67.58% from 255) = 27.13%
BLUE value IS 236 (92.58% from 255) = 37.22%
R=35.65%
G=27.13%
B=37.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2261722360.040.2700.07290.6262.7580
HexE2ACEC41B071233f50
Octal3422543544330744377120
Binary1110001010101100111011001001101101111001000111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2ACEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2ACEC; }

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

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

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

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

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

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

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

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