#E3A2EC

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

Shades of Plum #E3A2EC

Tints of Plum #E3A2EC

Color information

#E3A2EC (or 0xE3A2EC) is unknown color: approx Plum. HEX triplet: E3, A2 and EC. RGB value is (227,162,236). Sum of RGB (Red+Green+Blue) = 227+162+236=625 (82% of max value = 765). Red value is 227 (89.06% from 255 or 36.32% from 625); Green value is 162 (63.67% from 255 or 25.92% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 236 - color contains mainly: blue. Hex color #E3A2EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3A2EC is #1C5D13. Grayscale: #BDBDBD. Windows color (decimal): -1858836 or 15508195. OLE color: 15508195.

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

Color convert

RGB227162236-
CMYK0.040.3100.07
HSL292.7º66.07%78.04%-
HSV(B)292.7º31.36%92.55%-
XYZ59.7448.2385.52-
YUV189.87154.03154.48-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 36.32%
GREEN value IS 162 (63.67% from 255) = 25.92%
BLUE value IS 236 (92.58% from 255) = 37.76%
R=36.32%
G=25.92%
B=37.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2271622360.040.3100.07292.766.0778.04
HexE3A2EC41F07125424e
Octal34324235443707445102116
Binary11100011101000101110110010011111011110010010110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3A2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3A2EC; }

 p { color: rgb(227,162,236); }

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

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

 a { background-color: rgb(227,162,236); }

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

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

 span { border-color: rgb(227,162,236); }

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