#EFA1EC

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

Shades of Plum #EFA1EC

Tints of Plum #EFA1EC

Color information

#EFA1EC (or 0xEFA1EC) is unknown color: approx Plum. HEX triplet: EF, A1 and EC. RGB value is (239,161,236). Sum of RGB (Red+Green+Blue) = 239+161+236=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 161 (63.28% from 255 or 25.31% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA1EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA1EC is #105E13. Grayscale: #C0C0C0. Windows color (decimal): -1072660 or 15507951. OLE color: 15507951.

HSL color Cylindrical-coordinate representation of color #EFA1EC: hue angle of 302.31º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFA1EC is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB239161236-
CMYK00.330.010.06
HSL302.31º70.91%78.43%-
HSV(B)302.31º32.64%93.73%-
XYZ63.4849.985.64-
YUV192.87152.34160.9-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.58%
GREEN value IS 161 (63.28% from 255) = 25.31%
BLUE value IS 236 (92.58% from 255) = 37.11%
R=37.58%
G=25.31%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916123600.330.010.06302.3170.9178.43
HexEFA1EC0211612e474e
Octal35724135404116456107116
Binary1110111110100001111011000100001111010010111010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA1EC; }

 p { color: rgb(239,161,236); }

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

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

 a { background-color: rgb(239,161,236); }

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

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

 span { border-color: rgb(239,161,236); }

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