#EFA8EE

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

Shades of Plum #EFA8EE

Tints of Plum #EFA8EE

Color information

#EFA8EE (or 0xEFA8EE) is unknown color: approx Plum. HEX triplet: EF, A8 and EE. RGB value is (239,168,238). Sum of RGB (Red+Green+Blue) = 239+168+238=645 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.05% from 645); Green value is 168 (66.02% from 255 or 26.05% from 645); Blue value is 238 (93.36% from 255 or 36.90% from 645); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA8EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA8EE is #105711. Grayscale: #C5C5C5. Windows color (decimal): -1070866 or 15640815. OLE color: 15640815.

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

Color convert

RGB239168238-
CMYK00.300.000.06
HSL300.85º68.93%79.8%-
HSV(B)300.85º29.71%93.73%-
XYZ65.0352.5387.6-
YUV197.21151.02157.81-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.05%
GREEN value IS 168 (66.02% from 255) = 26.05%
BLUE value IS 238 (93.36% from 255) = 36.90%
R=37.05%
G=26.05%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916823800.300.000.06300.8568.9379.8
HexEFA8EE01E0612d4550
Octal35725035603606455105120
Binary111011111010100011101110011110011010010110110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA8EE; }

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

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

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

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

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

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

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

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