#EFA1EF

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

Shades of Plum #EFA1EF

Tints of Plum #EFA1EF

Color information

#EFA1EF (or 0xEFA1EF) is unknown color: approx Plum. HEX triplet: EF, A1 and EF. RGB value is (239,161,239). Sum of RGB (Red+Green+Blue) = 239+161+239=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 161 (63.28% from 255 or 25.20% from 639); Blue value is 239 (93.75% from 255 or 37.40% from 639); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFA1EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA1EF is #105E10. Grayscale: #C0C0C0. Windows color (decimal): -1072657 or 15704559. OLE color: 15704559.

HSL color Cylindrical-coordinate representation of color #EFA1EF: hue angle of 300º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFA1EF is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB239161239-
CMYK00.3300.06
HSL300º70.91%78.43%-
HSV(B)300º32.64%93.73%-
XYZ63.9250.0787.96-
YUV193.21153.84160.66-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.40%
GREEN value IS 161 (63.28% from 255) = 25.20%
BLUE value IS 239 (93.75% from 255) = 37.40%
R=37.40%
G=25.20%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916123900.3300.0630070.9178.43
HexEFA1EF0210612c474e
Octal35724135704106454107116
Binary1110111110100001111011110100001011010010110010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA1EF; }

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

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

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

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

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

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

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

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