#EFA8EF

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

Shades of Plum #EFA8EF

Tints of Plum #EFA8EF

Color information

#EFA8EF (or 0xEFA8EF) is unknown color: approx Plum. HEX triplet: EF, A8 and EF. RGB value is (239,168,239). Sum of RGB (Red+Green+Blue) = 239+168+239=646 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.00% from 646); Green value is 168 (66.02% from 255 or 26.01% from 646); Blue value is 239 (93.75% from 255 or 37.00% from 646); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFA8EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA8EF is #105710. Grayscale: #C5C5C5. Windows color (decimal): -1070865 or 15706351. OLE color: 15706351.

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

Color convert

RGB239168239-
CMYK00.3000.06
HSL300º68.93%79.8%-
HSV(B)300º29.71%93.73%-
XYZ65.1852.5988.38-
YUV197.32151.52157.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.00%
GREEN value IS 168 (66.02% from 255) = 26.01%
BLUE value IS 239 (93.75% from 255) = 37.00%
R=37.00%
G=26.01%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916823900.3000.0630068.9379.8
HexEFA8EF01E0612c4550
Octal35725035703606454105120
Binary111011111010100011101111011110011010010110010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA8EF; }

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

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

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

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

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

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

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

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