#EFA1F0

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

Shades of Plum #EFA1F0

Tints of Plum #EFA1F0

Color information

#EFA1F0 (or 0xEFA1F0) is unknown color: approx Plum. HEX triplet: EF, A1 and F0. RGB value is (239,161,240). Sum of RGB (Red+Green+Blue) = 239+161+240=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 161 (63.28% from 255 or 25.16% from 640); Blue value is 240 (94.14% from 255 or 37.5% from 640); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFA1F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA1F0 is #105E0F. Grayscale: #C1C1C1. Windows color (decimal): -1072656 or 15770095. OLE color: 15770095.

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

Color convert

RGB239161240-
CMYK0.000.3300.06
HSL299.24º72.48%78.63%-
HSV(B)299.24º32.92%94.12%-
XYZ64.0750.1388.74-
YUV193.33154.34160.58-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.34%
GREEN value IS 161 (63.28% from 255) = 25.16%
BLUE value IS 240 (94.14% from 255) = 37.5%
R=37.34%
G=25.16%
B=37.5%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391612400.000.3300.06299.2472.4878.63
HexEFA1F00210612b484f
Octal35724136004106453110117
Binary1110111110100001111100000100001011010010101110010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA1F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA1F0; }

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

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

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

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

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

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

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

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