#EFA4EC

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

Shades of Plum #EFA4EC

Tints of Plum #EFA4EC

Color information

#EFA4EC (or 0xEFA4EC) is unknown color: approx Plum. HEX triplet: EF, A4 and EC. RGB value is (239,164,236). Sum of RGB (Red+Green+Blue) = 239+164+236=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 164 (64.45% from 255 or 25.67% from 639); Blue value is 236 (92.58% from 255 or 36.93% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA4EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA4EC is #105B13. Grayscale: #C2C2C2. Windows color (decimal): -1071892 or 15508719. OLE color: 15508719.

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

Color convert

RGB239164236-
CMYK00.310.010.06
HSL302.4º70.09%79.02%-
HSV(B)302.4º31.38%93.73%-
XYZ64.0150.9685.82-
YUV194.63151.35159.65-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.40%
GREEN value IS 164 (64.45% from 255) = 25.67%
BLUE value IS 236 (92.58% from 255) = 36.93%
R=37.40%
G=25.67%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916423600.310.010.06302.470.0979.02
HexEFA4EC01F1612e464f
Octal35724435403716456106117
Binary111011111010010011101100011111111010010111010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA4EC; }

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

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

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

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

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

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

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

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