#EFA7EF

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

Shades of Plum #EFA7EF

Tints of Plum #EFA7EF

Color information

#EFA7EF (or 0xEFA7EF) is unknown color: approx Plum. HEX triplet: EF, A7 and EF. RGB value is (239,167,239). Sum of RGB (Red+Green+Blue) = 239+167+239=645 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.05% from 645); Green value is 167 (65.62% from 255 or 25.89% from 645); Blue value is 239 (93.75% from 255 or 37.05% from 645); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFA7EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA7EF is #105810. Grayscale: #C4C4C4. Windows color (decimal): -1071121 or 15706095. OLE color: 15706095.

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

Color convert

RGB239167239-
CMYK00.3000.06
HSL300º69.23%79.61%-
HSV(B)300º30.13%93.73%-
XYZ6552.2288.32-
YUV196.74151.85158.15-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.05%
GREEN value IS 167 (65.62% from 255) = 25.89%
BLUE value IS 239 (93.75% from 255) = 37.05%
R=37.05%
G=25.89%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916723900.3000.0630069.2379.61
HexEFA7EF01E0612c4550
Octal35724735703606454105120
Binary111011111010011111101111011110011010010110010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA7EF; }

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

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

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

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

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

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

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

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