#EFA0EC

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

Shades of Plum #EFA0EC

Tints of Plum #EFA0EC

Color information

#EFA0EC (or 0xEFA0EC) is unknown color: approx Plum. HEX triplet: EF, A0 and EC. RGB value is (239,160,236). Sum of RGB (Red+Green+Blue) = 239+160+236=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 160 (62.89% from 255 or 25.20% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA0EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA0EC is #105F13. Grayscale: #C0C0C0. Windows color (decimal): -1072916 or 15507695. OLE color: 15507695.

HSL color Cylindrical-coordinate representation of color #EFA0EC: hue angle of 302.28º 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 #EFA0EC is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB239160236-
CMYK00.330.010.06
HSL302.28º71.17%78.24%-
HSV(B)302.28º33.05%93.73%-
XYZ63.3149.5585.58-
YUV192.28152.67161.32-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.64%
GREEN value IS 160 (62.89% from 255) = 25.20%
BLUE value IS 236 (92.58% from 255) = 37.17%
R=37.64%
G=25.20%
B=37.17%

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
Decimal23916023600.330.010.06302.2871.1778.24
HexEFA0EC0211612e474e
Octal35724035404116456107116
Binary1110111110100000111011000100001111010010111010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA0EC; }

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

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

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

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

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

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

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

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