#EFA8EC

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

Shades of Plum #EFA8EC

Tints of Plum #EFA8EC

Color information

#EFA8EC (or 0xEFA8EC) is unknown color: approx Plum. HEX triplet: EF, A8 and EC. RGB value is (239,168,236). Sum of RGB (Red+Green+Blue) = 239+168+236=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 168 (66.02% from 255 or 26.13% from 643); Blue value is 236 (92.58% from 255 or 36.70% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA8EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA8EC is #105713. Grayscale: #C4C4C4. Windows color (decimal): -1070868 or 15509743. OLE color: 15509743.

HSL color Cylindrical-coordinate representation of color #EFA8EC: hue angle of 302.54º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFA8EC is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB239168236-
CMYK00.300.010.06
HSL302.54º68.93%79.8%-
HSV(B)302.54º29.71%93.73%-
XYZ64.7452.4186.06-
YUV196.98150.02157.97-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.17%
GREEN value IS 168 (66.02% from 255) = 26.13%
BLUE value IS 236 (92.58% from 255) = 36.70%
R=37.17%
G=26.13%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916823600.300.010.06302.5468.9379.8
HexEFA8EC01E1612f4550
Octal35725035403616457105120
Binary111011111010100011101100011110111010010111110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA8EC; }

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

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

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

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

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

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

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

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