#efa5ec

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

Shades of Plum #EFA5EC

Tints of Plum #EFA5EC

Color information

#EFA5EC (or 0xEFA5EC) is unknown color: approx Plum. HEX triplet: EF, A5 and EC. RGB value is (239,165,236). Sum of RGB (Red+Green+Blue) = 239+165+236=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 165 (64.84% from 255 or 25.78% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA5EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA5EC is #105A13. Grayscale: #C3C3C3. Windows color (decimal): -1071636 or 15508975. OLE color: 15508975.

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

Color convert

RGB239165236-
CMYK00.310.010.06
HSL302.43º69.81%79.22%-
HSV(B)302.43º30.96%93.73%-
XYZ64.1951.3285.88-
YUV195.22151.02159.23-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.34%
GREEN value IS 165 (64.84% from 255) = 25.78%
BLUE value IS 236 (92.58% from 255) = 36.88%
R=37.34%
G=25.78%
B=36.88%

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
Decimal23916523600.310.010.06302.4369.8179.22
HexEFA5EC01F1612e464f
Octal35724535403716456106117
Binary111011111010010111101100011111111010010111010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efa5ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efa5ec; }

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

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

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

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

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

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

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

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