#EFA7EE

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

Shades of Plum #EFA7EE

Tints of Plum #EFA7EE

Color information

#EFA7EE (or 0xEFA7EE) is unknown color: approx Plum. HEX triplet: EF, A7 and EE. RGB value is (239,167,238). Sum of RGB (Red+Green+Blue) = 239+167+238=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 167 (65.62% from 255 or 25.93% from 644); Blue value is 238 (93.36% from 255 or 36.96% from 644); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA7EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA7EE is #105811. Grayscale: #C4C4C4. Windows color (decimal): -1071122 or 15640559. OLE color: 15640559.

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

Color convert

RGB239167238-
CMYK00.300.000.06
HSL300.83º69.23%79.61%-
HSV(B)300.83º30.13%93.73%-
XYZ64.8552.1687.54-
YUV196.62151.35158.23-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.11%
GREEN value IS 167 (65.62% from 255) = 25.93%
BLUE value IS 238 (93.36% from 255) = 36.96%
R=37.11%
G=25.93%
B=36.96%

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
Decimal23916723800.300.000.06300.8369.2379.61
HexEFA7EE01E0612d4550
Octal35724735603606455105120
Binary111011111010011111101110011110011010010110110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA7EE; }

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

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

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

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

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

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

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

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