#E8A2EC

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

Shades of Plum #E8A2EC

Tints of Plum #E8A2EC

Color information

#E8A2EC (or 0xE8A2EC) is unknown color: approx Plum. HEX triplet: E8, A2 and EC. RGB value is (232,162,236). Sum of RGB (Red+Green+Blue) = 232+162+236=630 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.83% from 630); Green value is 162 (63.67% from 255 or 25.71% from 630); Blue value is 236 (92.58% from 255 or 37.46% from 630); Max value from RGB is 236 - color contains mainly: blue. Hex color #E8A2EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8A2EC is #175D13. Grayscale: #BFBFBF. Windows color (decimal): -1531156 or 15508200. OLE color: 15508200.

HSL color Cylindrical-coordinate representation of color #E8A2EC: hue angle of 296.76º 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 #E8A2EC is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB232162236-
CMYK0.020.3100.07
HSL296.76º66.07%78.04%-
HSV(B)296.76º31.36%92.55%-
XYZ61.3449.0585.59-
YUV191.37153.19156.98-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.83%
GREEN value IS 162 (63.67% from 255) = 25.71%
BLUE value IS 236 (92.58% from 255) = 37.46%
R=36.83%
G=25.71%
B=37.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2321622360.020.3100.07296.7666.0778.04
HexE8A2EC21F07129424e
Octal35024235423707451102116
Binary1110100010100010111011001011111011110010100110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A2EC; }

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

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

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

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

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

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

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

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